diff --git a/runtime/src/in_mem_accounts_index.rs b/runtime/src/in_mem_accounts_index.rs index c04e0eed1080bf..9ab9da4e8099d2 100644 --- a/runtime/src/in_mem_accounts_index.rs +++ b/runtime/src/in_mem_accounts_index.rs @@ -315,7 +315,6 @@ impl InMemAccountsIndex { ) -> 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