Skip to content

Commit a2e9762

Browse files
authored
chore: remove obsolete comments (#4309)
remove obsolete comments Co-authored-by: HaoranYi <[email protected]>
1 parent b73993b commit a2e9762

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

accounts-db/src/accounts_db.rs

-3
Original file line numberDiff line numberDiff line change
@@ -6318,9 +6318,6 @@ impl AccountsDb {
63186318
// `max_flush_root` in the accounts cache.
63196319
self.accounts_cache.set_max_flush_root(root);
63206320
}
6321-
6322-
// Only add to the uncleaned roots set *after* we've flushed the previous roots,
6323-
// so that clean will actually be able to clean the slots.
63246321
let num_new_roots = cached_roots.len();
63256322
(num_new_roots, num_roots_flushed, flush_stats)
63266323
}

0 commit comments

Comments
 (0)