From 1d9d5bef048d30c35436418785fb7a8aa4364ef0 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Sat, 10 Sep 2022 13:56:08 -0700 Subject: [PATCH] remove outdated comment (#27703) --- runtime/src/accounts_db.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 968e701a46..b8c52c66d9 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -7489,8 +7489,6 @@ impl AccountsDb { hashes.extend(skipped_rewrites.into_iter()); } - // previous_slot_entry_was_cached = true means we just need to assert that after this update is complete - // that there are no items we would have put in reclaims that are not cached fn update_index<'a, T: ReadableAccount + Sync>( &self, infos: Vec,