浏览代码

Remove unused runconfig.Config.SecurityOpt field

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 10 年之前
父节点
当前提交
e39646d2e1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      runconfig/config.go

+ 0 - 1
runconfig/config.go

@@ -33,7 +33,6 @@ type Config struct {
 	NetworkDisabled bool
 	MacAddress      string
 	OnBuild         []string
-	SecurityOpt     []string
 	Labels          map[string]string
 }