diff --git a/core/tracing/hooks.go b/core/tracing/hooks.go index d31763665a..d5703ffdec 100644 --- a/core/tracing/hooks.go +++ b/core/tracing/hooks.go @@ -135,9 +135,6 @@ type ( // GenesisBlockHook is called when the genesis block is being processed. GenesisBlockHook = func(genesis *types.Block, alloc types.GenesisAlloc) - // ReorgHook is called when a segment of the chain is reverted. - ReorgHook = func(reverted []*types.Block) - // OnSystemCallStartHook is called when a system call is about to be executed. Today, // this hook is invoked when the EIP-4788 system call is about to be executed to set the // beacon block root.