diff options
Diffstat (limited to 'lib/libarchive/archive_string.h')
-rw-r--r-- | lib/libarchive/archive_string.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libarchive/archive_string.h b/lib/libarchive/archive_string.h index 1c6e8b1..79597df 100644 --- a/lib/libarchive/archive_string.h +++ b/lib/libarchive/archive_string.h @@ -104,9 +104,4 @@ void __archive_string_vsprintf(struct archive_string *, const char *, va_list); #define archive_string_vsprintf __archive_string_vsprintf -/* Like 'sprintf', but resizes the underlying string as necessary. */ -void __archive_string_sprintf(struct archive_string *, const char *, ...); -#define archive_string_sprintf __archive_string_sprintf - - #endif |