Преглед изворни кода

removed unused const in config.go

Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
Nirmal Mehta пре 9 година
родитељ
комит
b3b5da3c55
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      cliconfig/config.go

+ 0 - 5
cliconfig/config.go

@@ -16,11 +16,6 @@ const (
 	ConfigFileName = "config.json"
 	ConfigFileName = "config.json"
 	configFileDir  = ".docker"
 	configFileDir  = ".docker"
 	oldConfigfile  = ".dockercfg"
 	oldConfigfile  = ".dockercfg"
-
-	// This constant is only used for really old config files when the
-	// URL wasn't saved as part of the config file and it was just
-	// assumed to be this value.
-	defaultIndexserver = "https://index.docker.io/v1/"
 )
 )
 
 
 var (
 var (