diff options
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/membership.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/membership.rs b/src/rpc/membership.rs index c9253bc2..721b7c39 100644 --- a/src/rpc/membership.rs +++ b/src/rpc/membership.rs @@ -652,7 +652,6 @@ impl System { async fn update_status(self: &Arc<Self>, updaters: &Updaters, status: Status) { if status.hash != self.status.borrow().hash { - let mut list = status.to_serializable_membership(&self); // Combine with old peer list to make sure no peer is lost |