Skip to content

Commit

Permalink
remove handle_snapshot_request(caching_enabled) (solana-labs#29241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored and gnapoli23 committed Dec 16, 2022
1 parent d47aaf2 commit cc23d70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/src/accounts_background_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ impl SnapshotRequestHandler {
);

Some(self.handle_snapshot_request(
true,
test_hash_calculation,
non_snapshot_time_us,
last_full_snapshot_slot,
Expand Down Expand Up @@ -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>,
Expand Down

0 comments on commit cc23d70

Please sign in to comment.