about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-08-17 12:50:15 +0200
committervanhauser-thc <vh@thc.org>2022-08-17 12:50:15 +0200
commiteeab1afd572aacfd60784a09712211d8c0b7fbe5 (patch)
tree9fba8094ec6d272b436396974b6da208269c5422 /src
parent843ef46b2128f95b5820a0fe89c7ae57f6fcf65b (diff)
downloadafl++-eeab1afd572aacfd60784a09712211d8c0b7fbe5.tar.gz
alt no cal
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-init.c2
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;
 
   }
+*/
 
 }