From f9f97ffdc414ecffd51652badaa5631f4536d11e Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Tue, 7 Jan 2025 01:11:42 +0000 Subject: [PATCH] remove obsolete comments --- accounts-db/src/accounts_db.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/accounts-db/src/accounts_db.rs b/accounts-db/src/accounts_db.rs index 5d8dbf1c63e27f..8921f25978caba 100644 --- a/accounts-db/src/accounts_db.rs +++ b/accounts-db/src/accounts_db.rs @@ -6318,9 +6318,6 @@ impl AccountsDb { // `max_flush_root` in the accounts cache. self.accounts_cache.set_max_flush_root(root); } - - // Only add to the uncleaned roots set *after* we've flushed the previous roots, - // so that clean will actually be able to clean the slots. let num_new_roots = cached_roots.len(); (num_new_roots, num_roots_flushed, flush_stats) }