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 9d0dab31b248d0a718d68899cfa43565629cadd0..a07864c70787e17c4526db2334b29946d5f57903 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++)