Remove unused variables.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2007 00:28:36 +0000 (00:28 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2007 00:28:36 +0000 (00:28 +0000)
tests/test-vasprintf.c

index 9d4ca8d..3de72d3 100644 (file)
@@ -44,7 +44,6 @@ my_asprintf (char **result, const char *format, ...)
 static void
 test_vasprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)
@@ -61,7 +60,6 @@ test_vasprintf ()
 static void
 test_asprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)