Skip to content

Commit 948f3e1

Browse files
committed
rm dependency
1 parent c08862e commit 948f3e1

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
@@ -5,7 +5,6 @@ use revm_primitives::{keccak256, BerlinSpec};
55

66
use crate::{
77
gas::{self, cost_per_word, EOF_CREATE_GAS, KECCAK256WORD},
8-
instructions::utility::read_u16,
98
interpreter::Interpreter,
109
primitives::{Address, Bytes, Eof, Spec, SpecId::*, U256},
1110
CallInputs, CallScheme, CallValue, CreateInputs, CreateScheme, EOFCreateInput, Host,

0 commit comments

Comments
 (0)