changeset 8461:4bfe04133daf

Remove unused variables.
author Bruno Haible <bruno@clisp.org>
date Sat, 17 Mar 2007 19:08:13 +0000
parents f4f4d8529d8b
children 442b9f98321e
files tests/test-xvasprintf.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-xvasprintf.c
+++ b/tests/test-xvasprintf.c
@@ -46,7 +46,6 @@
 static void
 test_xvasprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)
@@ -61,7 +60,6 @@
 static void
 test_xasprintf ()
 {
-  char buf[8];
   int repeat;
 
   for (repeat = 0; repeat <= 8; repeat++)