diff --git a/afl/src/lib.rs b/afl/src/lib.rs index 54268a2081..814b896820 100644 --- a/afl/src/lib.rs +++ b/afl/src/lib.rs @@ -79,8 +79,3 @@ mod tests { assert_eq!(2 + 2, 4); } } - -#[no_mangle] -pub extern "C" fn test_xxh3_hash() -> u64 { - xxh3_64_with_seed(b"test", 0) -}