sim: remove unused AbstractSim::to_static method

This commit is contained in:
2022-08-23 23:13:15 -07:00
parent 2af754bf29
commit 17446cdc6b
3 changed files with 4 additions and 21 deletions

View File

@@ -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!()
}