Remove unused variables.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Mar 2007 19:08:13 +0000 (19:08 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Mar 2007 19:08:13 +0000 (19:08 +0000)
tests/test-xvasprintf.c

index 9d0dab3..a07864c 100644 (file)
@@ -46,7 +46,6 @@ my_xasprintf (const char *format, ...)
 static void
 test_xvasprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)
@@ -61,7 +60,6 @@ test_xvasprintf ()
 static void
 test_xasprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)