projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
701e426
)
Remove unused variables.
author
Bruno Haible
<bruno@clisp.org>
Sat, 17 Mar 2007 19:08:13 +0000
(19:08 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 17 Mar 2007 19:08:13 +0000
(19:08 +0000)
tests/test-xvasprintf.c
patch
|
blob
|
history
diff --git
a/tests/test-xvasprintf.c
b/tests/test-xvasprintf.c
index 9d0dab31b248d0a718d68899cfa43565629cadd0..a07864c70787e17c4526db2334b29946d5f57903 100644
(file)
--- 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++)