1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #1830 from huikang/dnet-remove-unused-method

dnet: remove unused method for dnetConnection struct
This commit is contained in:
Flavio Crisciani 2017-08-23 15:27:35 -07:00 committed by GitHub
commit 2fc6b96a3c

View file

@ -329,13 +329,6 @@ func (d *dnetConnection) GetRemoteAddressList() []string {
return []string{d.Orchestration.Peer}
}
func (d *dnetConnection) GetNetworkKeys() []*types.EncryptionKey {
return nil
}
func (d *dnetConnection) SetNetworkKeys([]*types.EncryptionKey) {
}
func (d *dnetConnection) ListenClusterEvents() <-chan cluster.ConfigEventType {
return d.configEvent
}