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

Commit

Permalink
remove unused code (#17981) (#18048)
Browse files Browse the repository at this point in the history
(cherry picked from commit 20e714b)

Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com>
  • Loading branch information
mergify[bot] and jeffwashington authored Jun 21, 2021
1 parent cef9e0d commit 97a7f74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5809,7 +5809,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

0 comments on commit 97a7f74

Please sign in to comment.