From 9d919917f5f796860c690c0af24810d27e8de796 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 7 Feb 2023 11:21:10 +0100 Subject: [PATCH] Removed unused code --- beacon_node/store/src/hot_cold_store.rs | 6 ------ 1 file changed, 6 deletions(-) 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