From 715a55dc5865c099711eece2f2eba8c27109ce72 Mon Sep 17 00:00:00 2001 From: Nisheeth Barthwal Date: Thu, 7 Dec 2023 20:11:42 +0100 Subject: [PATCH] cleanup --- crates/evm/src/executor/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/evm/src/executor/mod.rs b/crates/evm/src/executor/mod.rs index 0af040b99..c563ed361 100644 --- a/crates/evm/src/executor/mod.rs +++ b/crates/evm/src/executor/mod.rs @@ -499,7 +499,6 @@ impl Executor { } // Construct a new VM with the state changeset - // let mut backend = self.backend.clone_empty(); let mut backend = self.backend.clone(); // we only clone the test contract and cheatcode accounts, that's all we need to evaluate