瀏覽代碼

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

dnet: remove unused method for dnetConnection struct
Flavio Crisciani 8 年之前
父節點
當前提交
2fc6b96a3c
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      libnetwork/cmd/dnet/dnet.go

+ 0 - 7
libnetwork/cmd/dnet/dnet.go

@@ -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
 }