diff options
author | vanhauser-thc <vh@thc.org> | 2022-08-18 08:06:17 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-08-18 08:06:17 +0200 |
commit | 361263b0f24a2172c4d4be09b1e247aa8d799e9b (patch) | |
tree | cda683fe6060847546cb4438f72161c1df0a2d2a /include | |
parent | eeab1afd572aacfd60784a09712211d8c0b7fbe5 (diff) | |
download | afl++-361263b0f24a2172c4d4be09b1e247aa8d799e9b.tar.gz |
better no dry run
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 822096e8..23c20cc4 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -1123,7 +1123,6 @@ void bind_to_free_cpu(afl_state_t *); void setup_post(afl_state_t *); void read_testcases(afl_state_t *, u8 *); void perform_dry_run(afl_state_t *); -void no_dry_run(afl_state_t *); void pivot_inputs(afl_state_t *); u32 find_start_position(afl_state_t *); void find_timeout(afl_state_t *); |