From 97a7f747fb4f27b5092944d2265883e2e67be9e3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 10:12:50 -0500 Subject: [PATCH] remove unused code (#17981) (#18048) (cherry picked from commit 20e714b3d0dd6488f259f688b8d4ce96ab6e6b8f) Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com> --- runtime/src/accounts_db.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index a6497338b93a49..4e337158e7ce85 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -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);