From b3b5da3c555b8cc622c7e9ace73951b1e09c8b35 Mon Sep 17 00:00:00 2001 From: Nirmal Mehta Date: Thu, 19 May 2016 17:18:06 -0500 Subject: [PATCH] removed unused const in config.go Signed-off-by: Nirmal Mehta --- cliconfig/config.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cliconfig/config.go b/cliconfig/config.go index a5a1303943..9d5df0ac4b 100644 --- a/cliconfig/config.go +++ b/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 (