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

Merge pull request #11773 from icecrime/unused_securityopt_field

Remove unused runconfig.Config.SecurityOpt field
This commit is contained in:
Jessie Frazelle 2015-03-25 16:15:41 -07:00
commit f14bf9b53c

View file

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