From 343d17a8c0e316015939dafe222020c58a03302b Mon Sep 17 00:00:00 2001 From: kientzle Date: Fri, 5 Nov 2004 05:32:04 +0000 Subject: Remove the unused archive_string_sprintf() utility function. --- lib/libarchive/archive_string_sprintf.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'lib/libarchive/archive_string_sprintf.c') diff --git a/lib/libarchive/archive_string_sprintf.c b/lib/libarchive/archive_string_sprintf.c index b191b4b..d5e8d86 100644 --- a/lib/libarchive/archive_string_sprintf.c +++ b/lib/libarchive/archive_string_sprintf.c @@ -64,16 +64,3 @@ __archive_string_vsprintf(struct archive_string *as, const char *fmt, as->length = l; va_end(ap1); } - -/* - * Corresponding 'sprintf' interface. - */ -void -__archive_string_sprintf(struct archive_string *as, const char *fmt, ...) -{ - va_list ap; - - va_start(ap, fmt); - __archive_string_vsprintf(as, fmt, ap); - va_end(ap); -} -- cgit v1.1