about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-15 13:39:42 +0200
committervan Hauser <vh@thc.org>2020-05-15 13:39:42 +0200
commit57637ba0b0981a7e2ebd407fc04a619f4120fb62 (patch)
treefe04a8f31b5e7e72ade344a9af6cb194fc1a75b4 /include/afl-fuzz.h
parentd536ddc24085bced267143b4f45102715d71693e (diff)
downloadafl++-57637ba0b0981a7e2ebd407fc04a619f4120fb62.tar.gz
removed overlooked post_lib references, added post_lib examples to examples/custom_mutators
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index a77c634c..6e74f824 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -547,8 +547,6 @@ typedef struct afl_state {
 
   /* afl_postprocess API - Now supported via custom mutators */
 
-  struct custom_mutator *post_library_mutator;
-
   /* CmpLog */
 
   char *           cmplog_binary;