about summary refs log tree commit diff
path: root/libio/tst-eof.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/tst-eof.c')
-rw-r--r--libio/tst-eof.c2
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)