diff options
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; |