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-bitmap.c | |
parent | 96736309a701b54ed74bde6ea6e7ad88a5f608c5 (diff) | |
download | afl++-5cf342683414616d4cecc55155226cf77cb2e20f.tar.gz |
remove debug code
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r-- | src/afl-fuzz-bitmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c index 6375cb57..d4318725 100644 --- a/src/afl-fuzz-bitmap.c +++ b/src/afl-fuzz-bitmap.c @@ -578,7 +578,6 @@ u8 save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) { /* Try to calibrate inline; this also calls update_bitmap_score() when successful. */ - bmcnt++; res = calibrate_case(afl, afl->queue_top, mem, afl->queue_cycle - 1, 0); if (res == FAULT_ERROR) FATAL("Unable to execute target application"); |