diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/tst-eof.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/tst-eof.c b/libio/tst-eof.c index 627eaf8ac5..4c5ec01692 100644 --- a/libio/tst-eof.c +++ b/libio/tst-eof.c @@ -15,8 +15,6 @@ do_test (void) char *buf; int fd; FILE *fp; - int ch; - char tm[20]; buf = (char *) malloc (strlen (test_dir) + sizeof "/tst-eof.XXXXXX"); if (buf == NULL) |