From 8c6455022f9ee9fd9544f316f68a1f3f86f34ed3 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Tue, 14 Jun 2022 10:47:26 -0500 Subject: [PATCH] remove dead code marker (#25945) --- runtime/src/in_mem_accounts_index.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/in_mem_accounts_index.rs b/runtime/src/in_mem_accounts_index.rs index b77f3f9d51..66c42f01c7 100644 --- a/runtime/src/in_mem_accounts_index.rs +++ b/runtime/src/in_mem_accounts_index.rs @@ -71,7 +71,6 @@ struct FlushScanResult { evictions_random: Vec<(Pubkey, Option>)>, } -#[allow(dead_code)] // temporary during staging impl InMemAccountsIndex { pub fn new(storage: &Arc>, bin: usize) -> Self { Self {