removed unused const in config.go
Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
This commit is contained in:
parent
376c15bbaa
commit
b3b5da3c55
1 changed files with 0 additions and 5 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue