diff --git a/runtime/src/accounts_background_service.rs b/runtime/src/accounts_background_service.rs index 2ec48f212a..db510779ae 100644 --- a/runtime/src/accounts_background_service.rs +++ b/runtime/src/accounts_background_service.rs @@ -517,7 +517,6 @@ impl AbsRequestHandlers { // Returns the latest requested snapshot block height, if one exists pub fn handle_snapshot_requests( &self, - _accounts_db_caching_enabled: bool, test_hash_calculation: bool, non_snapshot_time_us: u128, last_full_snapshot_slot: &mut Option, @@ -607,7 +606,6 @@ impl AccountsBackgroundService { .is_startup_verification_complete() .then(|| { request_handlers.handle_snapshot_requests( - accounts_db_caching_enabled, test_hash_calculation, non_snapshot_time, &mut last_full_snapshot_slot,