Remove unused runconfig.Config.SecurityOpt field

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Upstream-commit: e39646d2e1becb652ff0a8a7d131067f38a94247
Component: engine
This commit is contained in:
Arnaud Porterie
2015-03-25 15:46:42 -07:00
parent a2c5155c6a
commit 5e9f154fc1

View File

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