aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index b7f110e..1c75e50 100644
--- a/main.go
+++ b/main.go
@@ -64,8 +64,6 @@ func exitError(code int, f string, a ...interface{}) {
func main() {
var earlyDebug []string
- EnvConfFileMap := make(map[string]string)
-
// Allow to set app name from cli (useful for debugging)
if AppName == "" {
AppName = os.Getenv("XDS_APPNAME")