remove debug code

This commit is contained in:
van Hauser
2020-03-21 22:17:57 +01:00
parent 96736309a7
commit 5cf3426834
7 changed files with 0 additions and 13 deletions

View File

@ -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");