remove dead code marker (#25945)

This commit is contained in:
Jeff Washington (jwash) 2022-06-14 10:47:26 -05:00 committed by GitHub
parent e24cc537a4
commit 8c6455022f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ struct FlushScanResult<T> {
evictions_random: Vec<(Pubkey, Option<AccountMapEntry<T>>)>,
}
#[allow(dead_code)] // temporary during staging
impl<T: IndexValue> InMemAccountsIndex<T> {
pub fn new(storage: &Arc<BucketMapHolder<T>>, bin: usize) -> Self {
Self {