fix unreachable code

This commit is contained in:
Chris Lu
2020-04-17 10:04:28 -07:00
parent ffa69b24ae
commit 826f96b6f3
3 changed files with 0 additions and 3 deletions

View File

@@ -243,7 +243,6 @@ func (ms *MasterServer) KeepConnected(stream master_pb.Seaweed_KeepConnectedServ
}
}
return nil
}
func (ms *MasterServer) informNewLeader(stream master_pb.Seaweed_KeepConnectedServer) error {