From 95c62650fa473ab859569fe526a851c1d94de09c Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Thu, 26 Sep 2019 08:49:26 +0200 Subject: [PATCH] remove unused constants --- cli/commands.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cli/commands.go b/cli/commands.go index 7dab824c..b6edfa24 100644 --- a/cli/commands.go +++ b/cli/commands.go @@ -18,11 +18,6 @@ import ( "github.com/urfave/cli" ) -const ( - defaultRegistry = "docker.io" - defaultServerCount = 1 -) - // CheckTools checks if the docker API server is responding func CheckTools(c *cli.Context) error { log.Print("Checking docker...")