提交 a0286306 编写于 作者: M Michal Privoznik

virstring: Drop virAsprintfQuiet()

This macro is no longer used and therefore can be dropped.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 8eaa7089
......@@ -241,18 +241,6 @@ size_t virStringListLength(const char * const *strings);
#define virAsprintf(strp, ...) virAsprintfInternal(strp, __VA_ARGS__)
/**
* virAsprintfQuiet:
* @strp: variable to hold result (char **)
* @fmt: printf format
*
* Like glibc's asprintf but makes sure *strp == NULL on failure.
*
* Returns number of bytes printed on success, aborts on OOM
*/
#define virAsprintfQuiet(strp, ...) virAsprintf(strp, __VA_ARGS__)
int virStringSortCompare(const void *a, const void *b);
int virStringSortRevCompare(const void *a, const void *b);
int virStringToUpper(char **dst, const char *src);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册