remove tick_count, leader_scheduler, from broadcast code (#1725)

This commit is contained in:
Rob Walker
2018-11-06 13:17:41 -08:00
committed by GitHub
parent 76694bfcf4
commit 9b43b00d5c
5 changed files with 1 additions and 64 deletions

View File

@@ -52,7 +52,6 @@ pub trait WindowUtil {
fn window_size(&self) -> u64;
#[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
fn repair(
&mut self,
cluster_info: &Arc<RwLock<ClusterInfo>>,
@@ -67,7 +66,6 @@ pub trait WindowUtil {
fn print(&self, id: &Pubkey, consumed: u64) -> String;
#[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
fn process_blob(
&mut self,
id: &Pubkey,