projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b34ed
)
Remove unused variables.
author
Bruno Haible
<bruno@clisp.org>
Mon, 5 Mar 2007 00:28:36 +0000
(
00:28
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 5 Mar 2007 00:28:36 +0000
(
00:28
+0000)
tests/test-vasprintf.c
patch
|
blob
|
history
diff --git
a/tests/test-vasprintf.c
b/tests/test-vasprintf.c
index 9d4ca8d77f9f5553f686da21e4e52567c768ce6a..3de72d3f2d6b4669a58683cca6e69813e40725a5 100644
(file)
--- 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++)