diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 6825ee707e..c7a3b440c6 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -2044,12 +2044,6 @@ impl StoreItem for Split { } } -impl Split { - pub fn new(slot: Slot, state_root: Hash256) -> Self { - Split { slot, state_root } - } -} - /// Type hint. fn no_state_root_iter() -> Option>> { None