Browse Source

Merge pull request #11773 from icecrime/unused_securityopt_field

Remove unused runconfig.Config.SecurityOpt field
Jessie Frazelle 10 years ago
parent
commit
f14bf9b53c
1 changed files with 0 additions and 1 deletions
  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
 }