diff options
author | van Hauser <vh@thc.org> | 2020-03-21 22:17:57 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-21 22:17:57 +0100 |
commit | 5cf342683414616d4cecc55155226cf77cb2e20f (patch) | |
tree | 7b06e97dd210e8cba8784b76fdf718d2506a086f /src/afl-fuzz-globals.c | |
parent | 96736309a701b54ed74bde6ea6e7ad88a5f608c5 (diff) | |
download | afl++-5cf342683414616d4cecc55155226cf77cb2e20f.tar.gz |
remove debug code
Diffstat (limited to 'src/afl-fuzz-globals.c')
-rw-r--r-- | src/afl-fuzz-globals.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afl-fuzz-globals.c b/src/afl-fuzz-globals.c index 108952e4..88633a1b 100644 --- a/src/afl-fuzz-globals.c +++ b/src/afl-fuzz-globals.c @@ -38,8 +38,6 @@ u8 *doc_path = NULL; /* gath to documentation dir */ /* Initialize MOpt "globals" for this afl state */ -u32 bmcnt, initcnt, one1cnt, one2cnt, runcnt; - static void init_mopt_globals(afl_state_t *afl) { MOpt_globals_t *core = &afl->mopt_globals_core; |