diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-31 04:51:38 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-31 04:51:38 +0200 |
commit | e58e54c2db70472bcc86de39e251a3496f67861d (patch) | |
tree | 153a09f29eb510e277536143a67188a7569ef370 /src/afl-showmap.c | |
parent | 0a7dc10dd3211ab453111853f5f8c74af29e6372 (diff) | |
download | afl++-e58e54c2db70472bcc86de39e251a3496f67861d.tar.gz |
make travis happy
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index eaab5c31..f8a38c36 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -59,13 +59,10 @@ #include <sys/types.h> #include <sys/resource.h> -u8 be_quiet; - char *stdin_file; /* stdin file */ u8 *in_dir, /* input folder */ - *doc_path, /* Path to docs */ - *at_file = NULL; /* Substitution string for @@ */ + *at_file = NULL; /* Substitution string for @@ */ static u8 *in_data; /* Input data */ |