sim: remove unused AbstractSim::to_static
method
This commit is contained in:
@@ -718,9 +718,6 @@ pub mod test {
|
||||
fn step_multiple<S: Stimulus<f32>>(&mut self, _num_steps: u32, _s: &S) {
|
||||
unimplemented!()
|
||||
}
|
||||
fn to_static(&self) -> StaticSim {
|
||||
unimplemented!()
|
||||
}
|
||||
fn to_generic(&self) -> GenericSim<Self::Real> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
Reference in New Issue
Block a user