Explorar o código

Merge pull request #22843 from normalfaults/bugfix

removed unused const in config.go
Vincent Demeester %!s(int64=9) %!d(string=hai) anos
pai
achega
4c49adeaed
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      cliconfig/config.go

+ 0 - 5
cliconfig/config.go

@@ -16,11 +16,6 @@ const (
 	ConfigFileName = "config.json"
 	configFileDir  = ".docker"
 	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 (