From e39646d2e1becb652ff0a8a7d131067f38a94247 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Wed, 25 Mar 2015 15:46:42 -0700 Subject: [PATCH] Remove unused runconfig.Config.SecurityOpt field Signed-off-by: Arnaud Porterie --- runconfig/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runconfig/config.go b/runconfig/config.go index 3e32a1e346..45255e9b01 100644 --- a/runconfig/config.go +++ b/runconfig/config.go @@ -33,7 +33,6 @@ type Config struct { NetworkDisabled bool MacAddress string OnBuild []string - SecurityOpt []string Labels map[string]string }