From ca1d0b94c367783698d5cadcd6b76db62893f8d5 Mon Sep 17 00:00:00 2001 From: Lars Lehtonen Date: Sat, 8 Feb 2020 03:19:10 -0800 Subject: [PATCH] config/cmd: remove 8 unused variables (#1175) --- config/cmd/cmd.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/cmd/cmd.go b/config/cmd/cmd.go index f2b8b4a0..962b6761 100644 --- a/config/cmd/cmd.go +++ b/config/cmd/cmd.go @@ -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() {