diff options
Diffstat (limited to 'src/regress/lib/libc/stdio_threading/fread')
-rwxr-xr-x | src/regress/lib/libc/stdio_threading/fread/fread_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regress/lib/libc/stdio_threading/fread/fread_test.c b/src/regress/lib/libc/stdio_threading/fread/fread_test.c index b2372f5ab6..c45a64d14e 100755 --- a/src/regress/lib/libc/stdio_threading/fread/fread_test.c +++ b/src/regress/lib/libc/stdio_threading/fread/fread_test.c | |||
@@ -44,7 +44,6 @@ int | |||
44 | main(void) | 44 | main(void) |
45 | { | 45 | { |
46 | char sfn[24]; | 46 | char sfn[24]; |
47 | char buf[sizeof(TEXT)]; | ||
48 | FILE *sfp; | 47 | FILE *sfp; |
49 | int fd, i; | 48 | int fd, i; |
50 | 49 | ||