From: Bruno Haible Date: Sat, 17 Mar 2007 19:08:13 +0000 (+0000) Subject: Remove unused variables. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a1e30f87ef72c971db907a4bdb6674c5d087484;p=pspp Remove unused variables. --- diff --git a/tests/test-xvasprintf.c b/tests/test-xvasprintf.c index 9d0dab31b2..a07864c707 100644 --- a/tests/test-xvasprintf.c +++ b/tests/test-xvasprintf.c @@ -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++)