From: Bruno Haible Date: Mon, 5 Mar 2007 00:28:36 +0000 (+0000) Subject: Remove unused variables. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eab08f9f65b91d196c31afde467fdab85f9b348;p=pspp Remove unused variables. --- diff --git a/tests/test-vasprintf.c b/tests/test-vasprintf.c index 9d4ca8d77f..3de72d3f2d 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++)