diff options
author | van Hauser <vh@thc.org> | 2020-05-15 13:39:42 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-15 13:39:42 +0200 |
commit | 57637ba0b0981a7e2ebd407fc04a619f4120fb62 (patch) | |
tree | fe04a8f31b5e7e72ade344a9af6cb194fc1a75b4 /include/afl-fuzz.h | |
parent | d536ddc24085bced267143b4f45102715d71693e (diff) | |
download | afl++-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.h | 2 |
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; |