Skip to content

Commit

Permalink
chore: remove unused file (bluealloy#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed May 4, 2024
1 parent 569760d commit f0cfe77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 76 deletions.
4 changes: 1 addition & 3 deletions crates/interpreter/src/instructions/contract/call_helpers.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use revm_primitives::U256;

use crate::{
gas,
interpreter::Interpreter,
primitives::{Bytes, Spec, SpecId::*},
primitives::{Bytes, Spec, SpecId::*, U256},
Host,
};
use core::{cmp::min, ops::Range};
Expand Down
73 changes: 0 additions & 73 deletions crates/interpreter/src/instructions/host/call_helpers.rs

This file was deleted.

0 comments on commit f0cfe77

Please sign in to comment.