Skip to content

Commit f4acd5d

Browse files
authored
chore(evm): remove tempo deadcode (#14146)
1 parent 9f23fa8 commit f4acd5d

4 files changed

Lines changed: 0 additions & 104 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/evm/evm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ foundry-evm-hardforks.workspace = true
2525
foundry-evm-networks.workspace = true
2626
foundry-evm-traces.workspace = true
2727

28-
alloy-chains.workspace = true
2928
alloy-dyn-abi = { workspace = true, features = ["arbitrary", "eip712"] }
3029
alloy-evm.workspace = true
3130
alloy-json-abi.workspace = true

crates/evm/evm/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ extern crate tracing;
1010

1111
pub mod executors;
1212
pub mod inspectors;
13-
pub mod tempo;
1413

1514
pub use foundry_evm_core as core;
1615
pub use foundry_evm_core::{

crates/evm/evm/src/tempo.rs

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)