Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BAGUVIX456 committed Dec 15, 2024
1 parent 4de182a commit a9ec0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions libafl/src/events/centralized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -679,12 +679,6 @@ where
log::debug!("[{}] {} was discarded...)", process::id(), event_name);
}
}

#[cfg(feature = "share_objectives")]
Event::Objective { .. } => {
log::debug!("Received new Objective");
}

Event::Stop => {
state.request_stop();
}
Expand Down
4 changes: 2 additions & 2 deletions libafl/src/fuzzer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ where
state,
Event::Objective {
#[cfg(feature = "share_objectives")]
input: input,
input,

objective_size: state.solutions().count(),
time: current_time(),
Expand Down Expand Up @@ -690,7 +690,7 @@ where
state,
Event::Objective {
#[cfg(feature = "share_objectives")]
input: input,
input,

objective_size: state.solutions().count(),
time: current_time(),
Expand Down

0 comments on commit a9ec0d2

Please sign in to comment.