Skip to main content

remove_unused

Function remove_unused 

Source
pub fn remove_unused<B: BV, E: Borrow<Event<B>>>(events: &mut Vec<E>)
Expand description

Removes SMT events that are not used by any observable event (such as a memory read or write).