remove redundant call that bumps age to future (#27215)
This commit is contained in:
parent
7720b48aa6
commit
77563bc1c9
|
@ -315,7 +315,6 @@ impl<T: IndexValue> InMemAccountsIndex<T> {
|
|||
) -> RT {
|
||||
self.get_only_in_mem(pubkey, |entry| {
|
||||
if let Some(entry) = entry {
|
||||
entry.set_age(self.storage.future_age_to_flush());
|
||||
callback(Some(entry)).1
|
||||
} else {
|
||||
// not in cache, look on disk
|
||||
|
|
Loading…
Reference in New Issue