Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

remove unused code #17981

Merged
merged 1 commit into from
Jun 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5803,7 +5803,6 @@ impl AccountsDb {
scan_time_sum += scan_time.as_us();

if !accounts_map.is_empty() {
let mut _reclaims: Vec<(u64, AccountInfo)> = vec![];
let len = accounts_map.len();

let mut items = Vec::with_capacity(len);
Expand Down