mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
remove an unused function
This commit is contained in:
parent
9112b26cd1
commit
56f7e0d89a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user