Skip to content

Commit

Permalink
chore: remove obsolete comments (#4309)
Browse files Browse the repository at this point in the history
remove obsolete comments

Co-authored-by: HaoranYi <[email protected]>
  • Loading branch information
HaoranYi and HaoranYi authored Jan 7, 2025
1 parent b73993b commit a2e9762
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit a2e9762

Please sign in to comment.