mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user