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-fuzz-state.c | |
parent | 0a7dc10dd3211ab453111853f5f8c74af29e6372 (diff) | |
download | afl++-e58e54c2db70472bcc86de39e251a3496f67861d.tar.gz |
make travis happy
Diffstat (limited to 'src/afl-fuzz-state.c')
-rw-r--r-- | src/afl-fuzz-state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afl-fuzz-state.c b/src/afl-fuzz-state.c index 1d99e1fa..80176a10 100644 --- a/src/afl-fuzz-state.c +++ b/src/afl-fuzz-state.c @@ -34,8 +34,6 @@ char *power_names[POWER_SCHEDULES_NUM] = { "explore", "fast", "coe", "lin", "quad", "exploit", "mmopt", "rare"}; -u8 *doc_path = NULL; /* gath to documentation dir */ - /* Initialize MOpt "globals" for this afl state */ static void init_mopt_globals(afl_state_t *afl) { |