mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
remove incorrect nodeJoin comment
This commit is contained in:
parent
774e91ad30
commit
30e0d42c3d
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue