remove unused constants

This commit is contained in:
iwilltry42 2019-09-26 08:49:26 +02:00
parent 80f5aa7d58
commit 95c62650fa

View File

@ -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...")