remove unused code (#17981)

This commit is contained in:
Jeff Washington (jwash) 2021-06-17 13:30:46 -05:00 committed by GitHub
parent 071b1ee3e5
commit 20e714b3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5834,7 +5834,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);