From 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80 Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 20 Jul 2014 01:29:03 +0000 Subject: Delete unused variables found by -Wall --- regress/lib/libc/stdio_threading/fwrite/fwrite_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress/lib/libc/stdio_threading/fwrite/fwrite_test.c') diff --git a/regress/lib/libc/stdio_threading/fwrite/fwrite_test.c b/regress/lib/libc/stdio_threading/fwrite/fwrite_test.c index 39bfb51ef0b..621c5cb6e8e 100755 --- a/regress/lib/libc/stdio_threading/fwrite/fwrite_test.c +++ b/regress/lib/libc/stdio_threading/fwrite/fwrite_test.c @@ -41,7 +41,7 @@ main(void) char sfn[24]; char buf[sizeof(TEXT)]; FILE *sfp; - int fd, i; + int fd; strlcpy(sfn, "/tmp/barnacles.XXXXXXXX", sizeof(sfn)); if ((fd = mkstemp(sfn)) == -1 || -- cgit v1.2.3-59-g8ed1b