Skip to content

Commit 9b00131

Browse files
committed
rm dependency
1 parent 1992d6e commit 9b00131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/interpreter/src/instructions/contract.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use revm_primitives::{keccak256, BerlinSpec};
77

88
use crate::{
99
gas::{self, cost_per_word, EOF_CREATE_GAS, KECCAK256WORD},
10-
instructions::utility::read_u16,
1110
interpreter::Interpreter,
1211
primitives::{Address, Bytes, Eof, Spec, SpecId::*, U256},
1312
CallInputs, CallScheme, CallValue, CreateInputs, CreateScheme, EOFCreateInput, Host,

0 commit comments

Comments
 (0)