diff --git a/src/push/interpreter.rs b/src/push/interpreter.rs index b3f92c2..d9e28f6 100644 --- a/src/push/interpreter.rs +++ b/src/push/interpreter.rs @@ -44,7 +44,6 @@ mod tests { use super::*; use rust_decimal::dec; - use crate::instructions::common::code_from_exec; #[test] fn gene_to_stack_test() {