Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 12, 2024
1 parent eed91b9 commit 8274164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/optimism/evm/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ impl<EvmConfig, DB> OpBlockExecutor<EvmConfig, DB> {
}

/// Returns mutable reference to the state that wraps the underlying database.
#[allow(unused)]
pub fn state_mut(&mut self) -> &mut State<DB> {
&mut self.state
}
Expand Down Expand Up @@ -385,7 +384,6 @@ impl<EvmConfig, DB> OpBatchExecutor<EvmConfig, DB> {
}

/// Returns mutable reference to the state that wraps the underlying database.
#[allow(unused)]
pub fn state_mut(&mut self) -> &mut State<DB> {
self.executor.state_mut()
}
Expand Down

0 comments on commit 8274164

Please sign in to comment.