diff --git a/libafl/src/stages/sync.rs b/libafl/src/stages/sync.rs index ea140dca2b..0316b3b400 100644 --- a/libafl/src/stages/sync.rs +++ b/libafl/src/stages/sync.rs @@ -12,7 +12,6 @@ use serde::{Deserialize, Serialize}; #[cfg(feature = "share_objectives")] use crate::state::HasSolutions; - use crate::{ corpus::{Corpus, CorpusId, HasCurrentCorpusId}, events::{llmp::LlmpEventConverter, Event, EventConfig, EventFirer},