diff options
Diffstat (limited to 'tests/valgrindtest.c')
-rw-r--r-- | tests/valgrindtest.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/valgrindtest.c b/tests/valgrindtest.c index 72786e41..c825952e 100644 --- a/tests/valgrindtest.c +++ b/tests/valgrindtest.c @@ -85,10 +85,6 @@ static void error(const char *, ...) static void warning(const char *, ...) __attribute__((format (printf, 1, 2))); -extern int optind; -extern int opterr; -extern char *optarg; - /* * On Windows, we need to open the file in binary mode, so that * we get all the bytes specified by the size we get from "fstat()". |