From 9ee9b6df76ef6be5b81a6e80f04038da15dadde7 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 24 Jan 2023 10:40:53 +0100 Subject: [PATCH] Remove unused stuff --- beacon_node/store/src/hot_cold_store.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 712c2e966f..15242cdd40 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -81,7 +81,6 @@ pub enum HotColdDBError { target_version: SchemaVersion, current_version: SchemaVersion, }, - UnsupportedDataAvailabilityBoundary, /// Recoverable error indicating that the database freeze point couldn't be updated /// due to the finalized block not lying on an epoch boundary (should be infrequent). FreezeSlotUnaligned(Slot), @@ -1775,8 +1774,6 @@ impl, Cold: ItemStore> HotColdDB } }(); - // todo(emhane): Should we add a marginal for how old blobs we import? If so needs to be - // reflected here when choosing which oldest slot to prune from. let oldest_blob_slot = blob_info.oldest_blob_slot; // The last entirely pruned epoch, blobs sidecar pruning may have stopped early in the // middle of an epoch otherwise the oldest blob slot is a start slot.