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 /include/afl-fuzz.h | |
parent | 96736309a701b54ed74bde6ea6e7ad88a5f608c5 (diff) | |
download | afl++-5cf342683414616d4cecc55155226cf77cb2e20f.tar.gz |
remove debug code
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 643d58bd..fce03d04 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -118,9 +118,6 @@ extern s16 interesting_16[INTERESTING_8_LEN + INTERESTING_16_LEN]; extern s32 interesting_32[INTERESTING_8_LEN + INTERESTING_16_LEN + INTERESTING_32_LEN]; -extern u32 bmcnt, initcnt, one1cnt, one2cnt, runcnt; - - struct queue_entry { u8 *fname; /* File name for the test case */ |