remove handle_snapshot_requests(caching_enabled) (#29232)

This commit is contained in:
Jeff Washington (jwash) 2022-12-13 09:19:45 -06:00 committed by GitHub
parent 7034f4cbbe
commit e1c6de9ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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