about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-13 11:44:39 +0200
committervanhauser-thc <vh@thc.org>2023-04-13 11:44:39 +0200
commit6cc8d607fb24e060591ece4b42d83fc06de68fc6 (patch)
tree247daa2e572544c999305c59f5fd25eca7a3944f /include/afl-fuzz.h
parent824385f52ce3133ecd033e587aa1a3b324adf76c (diff)
downloadafl++-6cc8d607fb24e060591ece4b42d83fc06de68fc6.tar.gz
remove -z option, use -p mmopt instead
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 7ff3315b..5fd393dd 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -501,8 +501,7 @@ typedef struct afl_state {
       custom_splice_optout,             /* Custom mutator no splice buffer  */
       is_main_node,                     /* if this is the main node         */
       is_secondary_node,                /* if this is a secondary instance  */
-      pizza_is_served,                  /* pizza mode                       */
-      prefer_new;                       /* prefer new queue entries         */
+      pizza_is_served;                  /* pizza mode                       */
 
   u32 stats_update_freq;                /* Stats update frequency (execs)   */