about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-21 22:17:57 +0100
committervan Hauser <vh@thc.org>2020-03-21 22:17:57 +0100
commit5cf342683414616d4cecc55155226cf77cb2e20f (patch)
tree7b06e97dd210e8cba8784b76fdf718d2506a086f /src/afl-fuzz-bitmap.c
parent96736309a701b54ed74bde6ea6e7ad88a5f608c5 (diff)
downloadafl++-5cf342683414616d4cecc55155226cf77cb2e20f.tar.gz
remove debug code
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r--src/afl-fuzz-bitmap.c1
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");