summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-05 00:28:36 +0000
committerBruno Haible <bruno@clisp.org>2007-03-05 00:28:36 +0000
commit5eab08f9f65b91d196c31afde467fdab85f9b348 (patch)
tree76c9ca3bf40a069b5f40003f1792e6179c431c39 /tests
parent69b34ed804d9560de6661a9f7d4db57f1fbe2d8e (diff)
downloadgnulib-5eab08f9f65b91d196c31afde467fdab85f9b348.tar.gz
Remove unused variables.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-vasprintf.c2
1 files changed, 0 insertions, 2 deletions
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++)