Skip to content

Commit d902773

Browse files
committed
libn/d/overlay: drop obsolete writeToStore comment
The writeToStore() call was removed from CreateNetwork in commit 0fa873c. The comment about undoing the write is no longer applicable. Signed-off-by: Cory Snider <[email protected]>
1 parent 20ed15f commit d902773

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libnetwork/drivers/overlay/ov_network.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ func (d *driver) CreateNetwork(ctx context.Context, id string, option map[string
167167

168168
if nInfo != nil {
169169
if err := nInfo.TableEventRegister(ovPeerTable, driverapi.EndpointObject); err != nil {
170-
// XXX Undo writeToStore? No method to so. Why?
171170
return err
172171
}
173172
}

0 commit comments

Comments
 (0)