diff options
author | 2014-07-20 01:29:03 +0000 | |
---|---|---|
committer | 2014-07-20 01:29:03 +0000 | |
commit | 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80 (patch) | |
tree | a1122224f036214c307006dc274db8cbf613e072 /regress/lib/libc/stdio_threading/fgets/fgets_test.c | |
parent | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) (diff) | |
download | wireguard-openbsd-50b7afb2c2c0993b0894d4e34bf857cb13ed9c80.tar.xz wireguard-openbsd-50b7afb2c2c0993b0894d4e34bf857cb13ed9c80.zip |
Delete unused variables found by -Wall
Diffstat (limited to 'regress/lib/libc/stdio_threading/fgets/fgets_test.c')
-rwxr-xr-x | regress/lib/libc/stdio_threading/fgets/fgets_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/lib/libc/stdio_threading/fgets/fgets_test.c b/regress/lib/libc/stdio_threading/fgets/fgets_test.c index 685d4c8257d..c53abbc06bc 100755 --- a/regress/lib/libc/stdio_threading/fgets/fgets_test.c +++ b/regress/lib/libc/stdio_threading/fgets/fgets_test.c @@ -42,7 +42,6 @@ int main(void) { char sfn[24]; - char buf[sizeof(TEXT)]; FILE *sfp; int fd, i; |