Skip to content

Commit d4aa1cf

Browse files
authored
Merge pull request moby#50364 from corhere/libn/ov-writetostore-comment
libn/d/overlay: drop obsolete writeToStore comment
2 parents 20ed15f + d902773 commit d4aa1cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)