Skip to content

Commit ed6220f

Browse files
committed
Fix.
1 parent 7291099 commit ed6220f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vm/executor/ops.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use num::{bigint::ToBigInt, ToPrimitive};
55
use std::ops::Add;
66
use std::ops::Mul;
77
use std::ops::Sub;
8-
use divrem::DivFloor;
98

109
macro_rules! exec_op_i {
1110
($vm:ident, $iseq:ident, $i:ident, $op:ident, $id:expr) => {

0 commit comments

Comments
 (0)