remove: use default implementations, remove HlEvmHandler (this might be added later)

This commit is contained in:
sprites0
2025-07-03 04:17:09 +00:00
parent 7ed1290152
commit 5085c1ad74
3 changed files with 0 additions and 230 deletions

View File

@ -98,10 +98,4 @@ where
INSP: Inspector<CTX, EthInterpreter>,
PRECOMPILE: PrecompileProvider<CTX, Output = InterpreterResult>,
{
fn inspect_replay_commit(&mut self) -> Self::CommitOutput {
self.inspect_replay().map(|r| {
self.ctx().db().commit(r.state);
r.result
})
}
}