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-one.c | |
parent | 96736309a701b54ed74bde6ea6e7ad88a5f608c5 (diff) | |
download | afl++-5cf342683414616d4cecc55155226cf77cb2e20f.tar.gz |
remove debug code
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r-- | src/afl-fuzz-one.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c index 5211d565..c1458dbb 100644 --- a/src/afl-fuzz-one.c +++ b/src/afl-fuzz-one.c @@ -442,7 +442,6 @@ u8 fuzz_one_original(afl_state_t *afl) { if (afl->queue_cur->cal_failed < CAL_CHANCES) { - one1cnt++; res = calibrate_case(afl, afl->queue_cur, in_buf, afl->queue_cycle - 1, 0); @@ -2461,7 +2460,6 @@ u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) { if (afl->queue_cur->cal_failed < CAL_CHANCES) { - one2cnt++; res = calibrate_case(afl, afl->queue_cur, in_buf, afl->queue_cycle - 1, 0); |