mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virstring: Drop virVasprintfQuiet()
This macro is no longer used and therefore can be dropped. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
dd98a6edb9
commit
a067916975
@ -217,15 +217,6 @@ size_t virStringListLength(const char * const *strings);
|
||||
*/
|
||||
#define virVasprintf(strp, fmt, list) virVasprintfInternal(strp, fmt, list)
|
||||
|
||||
/**
|
||||
* virVasprintfQuiet
|
||||
*
|
||||
* Like glibc's vasprintf but aborts on OOM.
|
||||
*
|
||||
* Returns number of bytes printed on success, aborts on OOM
|
||||
*/
|
||||
#define virVasprintfQuiet(strp, fmt, list) virVasprintf(strp, fmt, list)
|
||||
|
||||
int virStringSortCompare(const void *a, const void *b);
|
||||
int virStringSortRevCompare(const void *a, const void *b);
|
||||
int virStringToUpper(char **dst, const char *src);
|
||||
|
Loading…
x
Reference in New Issue
Block a user