Skip to content

Commit

Permalink
Delete pruning.rs (#2533)
Browse files Browse the repository at this point in the history
* set AFL_MAP_SIZE

* delete it
  • Loading branch information
tokatoka authored Sep 18, 2024
1 parent 4e302a2 commit 902571c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 198 deletions.
3 changes: 0 additions & 3 deletions libafl/src/stages/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ pub mod tuneable;
#[cfg(feature = "unicode")]
pub mod unicode;

pub mod pruning;
pub use pruning::*;

/// A stage is one step in the fuzzing process.
/// Multiple stages will be scheduled one by one for each input.
pub trait Stage<E, EM, Z>: UsesState
Expand Down
195 changes: 0 additions & 195 deletions libafl/src/stages/pruning.rs

This file was deleted.

0 comments on commit 902571c

Please sign in to comment.