Remove unneeded BankWeight fork choice (#13978)

Co-authored-by: Carl Lin <carl@solana.com>
This commit is contained in:
carllin
2020-12-07 13:47:14 -08:00
committed by GitHub
parent 20c0e8793e
commit 239a191612
4 changed files with 11 additions and 251 deletions

View File

@@ -19,7 +19,6 @@ pub mod sample_performance_service;
pub mod shred_fetch_stage;
#[macro_use]
pub mod contact_info;
pub mod bank_weight_fork_choice;
pub mod cluster_info;
pub mod cluster_slots;
pub mod cluster_slots_service;