remove outdated, confusing comment (#26315)
This commit is contained in:
parent
ca83f143aa
commit
e241906db2
|
@ -2532,7 +2532,6 @@ impl AccountsDb {
|
||||||
let mut useful = 0;
|
let mut useful = 0;
|
||||||
self.accounts_index.scan(
|
self.accounts_index.scan(
|
||||||
pubkeys.iter(),
|
pubkeys.iter(),
|
||||||
// return true if we want this item to remain in the cache
|
|
||||||
|exists, slot_list, pubkey, ref_count| {
|
|exists, slot_list, pubkey, ref_count| {
|
||||||
let mut useless = true;
|
let mut useless = true;
|
||||||
if !exists {
|
if !exists {
|
||||||
|
@ -3023,7 +3022,6 @@ impl AccountsDb {
|
||||||
accounts[..std::cmp::min(accounts.len(), count)]
|
accounts[..std::cmp::min(accounts.len(), count)]
|
||||||
.iter()
|
.iter()
|
||||||
.map(|(key, _)| key),
|
.map(|(key, _)| key),
|
||||||
// return true if we want this item to remain in the cache
|
|
||||||
|exists, slot_list, pubkey, _ref_count| {
|
|exists, slot_list, pubkey, _ref_count| {
|
||||||
let mut result = AccountsIndexScanResult::None;
|
let mut result = AccountsIndexScanResult::None;
|
||||||
if exists {
|
if exists {
|
||||||
|
|
Loading…
Reference in New Issue