diff options
Diffstat (limited to 'tools/test/perform/perf.c')
-rw-r--r-- | tools/test/perform/perf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/test/perform/perf.c b/tools/test/perform/perf.c index 34b8a2d..599c39e 100644 --- a/tools/test/perform/perf.c +++ b/tools/test/perform/perf.c @@ -110,8 +110,6 @@ const char *FILENAME[] = { /* function prototypes */ static int parse_args(int argc, char **argv); -extern int errno; - /* globals needed for getopt */ extern char *optarg; |