remove incorrect nodeJoin comment

This commit is contained in:
Matt Jaffee 2018-07-19 09:43:48 -05:00
parent 774e91ad30
commit 30e0d42c3d
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -1594,7 +1594,6 @@ func (c *cluster) ReceiveEvent(e *NodeEvent) error {
return nil
}
// nodeJoin is unprotected.
func (c *cluster) nodeJoin(node *Node) error {
c.mu.Lock()
defer c.mu.Unlock()