diff --git a/core/src/consensus.rs b/core/src/consensus.rs index fa507ede428d46..9b6cf4fed18dad 100644 --- a/core/src/consensus.rs +++ b/core/src/consensus.rs @@ -455,18 +455,6 @@ impl Tower { } } - pub(crate) fn check_switch_threshold( - &self, - _slot: Slot, - _ancestors: &HashMap>, - _descendants: &HashMap>, - _progress: &ProgressMap, - _total_epoch_stake: u64, - _epoch_vote_accounts: &HashMap, - ) -> bool { - true - } - /// Update lockouts for all the ancestors fn update_ancestor_lockouts( stake_lockouts: &mut HashMap,