From 2e10b3b64f390bb4239480a75a803c3ae8eb0273 Mon Sep 17 00:00:00 2001 From: Brooks Date: Wed, 28 Feb 2024 17:57:55 -0500 Subject: [PATCH] Removes InMemAccountsIndex::get() (#35354) --- accounts-db/src/in_mem_accounts_index.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/accounts-db/src/in_mem_accounts_index.rs b/accounts-db/src/in_mem_accounts_index.rs index 054fd7589..918a5c41f 100644 --- a/accounts-db/src/in_mem_accounts_index.rs +++ b/accounts-db/src/in_mem_accounts_index.rs @@ -318,11 +318,6 @@ impl + Into> InMemAccountsIndex Option> { - self.get_internal_cloned(pubkey, |entry| entry) - } - /// set age of 'entry' to the future /// if 'is_cached', age will be set farther fn set_age_to_future(&self, entry: &AccountMapEntry, is_cached: bool) {