summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter O'Gorman <pogma@thewrittenword.com>2010-05-11 00:54:27 +0200
committerBruno Haible <bruno@clisp.org>2010-05-11 00:54:27 +0200
commit34ccc0097f0161afab82df3025b342d98ad63f01 (patch)
tree886f747415b5f36aa33c0a8cb890df8a8259c887 /tests
parentd8fa18472a54c1cb2674c296b3d82443f234d5f7 (diff)
downloadgnulib-34ccc0097f0161afab82df3025b342d98ad63f01.tar.gz
test-pwrite.c: Remove unused variable declaration.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-pwrite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-pwrite.c b/tests/test-pwrite.c
index 073f6a336c..549be10801 100644
--- a/tests/test-pwrite.c
+++ b/tests/test-pwrite.c
@@ -69,7 +69,6 @@ main (void)
ASSERT (close (fd) == 0);
{
- char read_buf[N];
fd = open (file, O_RDONLY);
ASSERT (0 <= fd);
ASSERT (read (fd, buf, N) == N);