remove an unused function

This commit is contained in:
Tamo 2023-03-22 14:25:26 +01:00
parent 9112b26cd1
commit 56f7e0d89a
1 changed files with 0 additions and 4 deletions

View File

@ -157,10 +157,6 @@ impl Leader {
info!("A follower left the cluster. {} members.", size);
}
pub fn wake_up(&self) {
todo!()
}
pub fn join_me(&self, dump: Vec<u8>) {
self.broadcast_to_follower
.send(LeaderMsg::JoinFromDump(dump))