diff options
author | guenther <> | 2014-07-20 01:29:03 +0000 |
---|---|---|
committer | guenther <> | 2014-07-20 01:29:03 +0000 |
commit | 137c95377460c8ff91a5fd5101d88c29c9211dd6 (patch) | |
tree | ae76bac47c18605413349ffb9e328643088db94a /src/regress/lib/libc/stdio_threading/fgets | |
parent | a8625205776df9965436bb88ff3573cea9e53437 (diff) | |
download | openbsd-137c95377460c8ff91a5fd5101d88c29c9211dd6.tar.gz openbsd-137c95377460c8ff91a5fd5101d88c29c9211dd6.tar.bz2 openbsd-137c95377460c8ff91a5fd5101d88c29c9211dd6.zip |
Delete unused variables found by -Wall
Diffstat (limited to 'src/regress/lib/libc/stdio_threading/fgets')
-rwxr-xr-x | src/regress/lib/libc/stdio_threading/fgets/fgets_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regress/lib/libc/stdio_threading/fgets/fgets_test.c b/src/regress/lib/libc/stdio_threading/fgets/fgets_test.c index 685d4c8257..c53abbc06b 100755 --- a/src/regress/lib/libc/stdio_threading/fgets/fgets_test.c +++ b/src/regress/lib/libc/stdio_threading/fgets/fgets_test.c | |||
@@ -42,7 +42,6 @@ int | |||
42 | main(void) | 42 | main(void) |
43 | { | 43 | { |
44 | char sfn[24]; | 44 | char sfn[24]; |
45 | char buf[sizeof(TEXT)]; | ||
46 | FILE *sfp; | 45 | FILE *sfp; |
47 | int fd, i; | 46 | int fd, i; |
48 | 47 | ||