From: Bruno Haible Date: Mon, 5 Mar 2007 00:28:36 +0000 (+0000) Subject: Remove unused variables. X-Git-Tag: cvs-readonly~879 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5eab08f9f65b91d196c31afde467fdab85f9b348;p=gnulib.git Remove unused variables. --- diff --git a/tests/test-vasprintf.c b/tests/test-vasprintf.c index 9d4ca8d77..3de72d3f2 100644 --- a/tests/test-vasprintf.c +++ b/tests/test-vasprintf.c @@ -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++)