Skip to content

Commit ea6e005

Browse files
authored
Remove vestigial sidefuzz support (#597)
Originally added in #119 along with dudect support, however it was incomplete. This is now triggering warnings on the latest nightly versions.
1 parent ec96265 commit ea6e005

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,3 @@ pub mod prelude {
213213
#[cfg(feature = "hybrid-array")]
214214
pub use crate::array::{ArrayDecoding, ArrayEncoding};
215215
}
216-
217-
#[cfg(sidefuzz)]
218-
#[no_mangle]
219-
pub extern "C" fn fuzz() {
220-
let input = sidefuzz::fetch_input(32); // 32 bytes of of fuzzing input as a &[u8]
221-
sidefuzz::black_box(my_hopefully_constant_fn(input));
222-
}

0 commit comments

Comments
 (0)