AcctIdx: remove unused function (#21546)
This commit is contained in:
committed by
GitHub
parent
1fae3d24de
commit
c8a52337c8
@ -487,20 +487,6 @@ impl<T: IndexValue> InMemAccountsIndex<T> {
|
|||||||
self.stats().count_in_bucket(self.bin)
|
self.stats().count_in_bucket(self.bin)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn insert_returner(
|
|
||||||
existing: &AccountMapEntry<T>,
|
|
||||||
pubkey: &Pubkey,
|
|
||||||
new_entry: PreAllocatedAccountMapEntry<T>,
|
|
||||||
) -> (AccountMapEntry<T>, T, Pubkey) {
|
|
||||||
let (_slot, info): (Slot, T) = new_entry.into();
|
|
||||||
(
|
|
||||||
Arc::clone(existing),
|
|
||||||
// extract the new account_info from the unused 'new_entry'
|
|
||||||
info,
|
|
||||||
*pubkey,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn insert_new_entry_if_missing_with_lock(
|
pub fn insert_new_entry_if_missing_with_lock(
|
||||||
&self,
|
&self,
|
||||||
pubkey: Pubkey,
|
pubkey: Pubkey,
|
||||||
|
Reference in New Issue
Block a user