get rid of dead code marker (#25944)

This commit is contained in:
Jeff Washington (jwash) 2022-06-14 08:44:40 -05:00 committed by GitHub
parent 85e383378a
commit 01f41b8c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ type CacheRangesHeld = RwLock<Vec<RangeInclusive<Pubkey>>>;
type InMemMap<T> = HashMap<Pubkey, AccountMapEntry<T>>;
#[allow(dead_code)] // temporary during staging
// one instance of this represents one bin of the accounts index.
// one instance of this represents one bin of the accounts index.
pub struct InMemAccountsIndex<T: IndexValue> {
last_age_flushed: AtomicU8,