From 8da82e68fcfea75749b1420d6f7856b1d967e8ef Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Tue, 13 Dec 2022 11:31:47 -0600 Subject: [PATCH] remove handle_snapshot_request(caching_enabled) (#29241) --- runtime/src/accounts_background_service.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/src/accounts_background_service.rs b/runtime/src/accounts_background_service.rs index 14384359d..22ddfec93 100644 --- a/runtime/src/accounts_background_service.rs +++ b/runtime/src/accounts_background_service.rs @@ -176,7 +176,6 @@ impl SnapshotRequestHandler { ); Some(self.handle_snapshot_request( - true, test_hash_calculation, non_snapshot_time_us, last_full_snapshot_slot, @@ -261,7 +260,6 @@ impl SnapshotRequestHandler { fn handle_snapshot_request( &self, - _accounts_db_caching_enabled: bool, test_hash_calculation: bool, non_snapshot_time_us: u128, last_full_snapshot_slot: &mut Option,