remove handle_snapshot_request(caching_enabled) (#29241)

This commit is contained in:
Jeff Washington (jwash) 2022-12-13 11:31:47 -06:00 committed by GitHub
parent dca5d7f9b4
commit 8da82e68fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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<Slot>,