config/cmd: remove 8 unused variables (#1175)

This commit is contained in:
Lars Lehtonen 2020-02-08 03:19:10 -08:00 committed by GitHub
parent 67acd9288b
commit ca1d0b94c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,16 +311,6 @@ var (
"service": sAuth.NewAuth,
"jwt": jwtAuth.NewAuth,
}
// used for default selection as the fall back
defaultClient = "grpc"
defaultServer = "grpc"
defaultBroker = "eats"
defaultRegistry = "mdns"
defaultSelector = "registry"
defaultTransport = "http"
defaultRuntime = "local"
defaultStore = "memory"
)
func init() {