Merge pull request #3344 from Self-Perfection/patch-2
[collectd.git] / src / utils / common / common.h
index 595ae3e..1ca6505 100644 (file)
@@ -69,9 +69,6 @@ char *sstrncpy(char *dest, const char *src, size_t n);
 __attribute__((format(printf, 3, 4))) int ssnprintf(char *str, size_t size,
                                                     char const *format, ...);
 
-__attribute__((format(printf, 3, 4))) int ssnprintf2(char *str, size_t size,
-                                                     char const *format, ...);
-
 __attribute__((format(printf, 1, 2))) char *ssnprintf_alloc(char const *format,
                                                             ...);