diff options
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r-- | src/afl-fuzz-init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index 32e2b7b8..fdd40794 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -858,6 +858,7 @@ looking one. */ void no_dry_run(afl_state_t *afl) { +/* struct queue_entry *q; u32 idx; @@ -871,6 +872,7 @@ void no_dry_run(afl_state_t *afl) { q->tc_ref = MAP_SIZE; } +*/ } |