Used new agent lib name xaapiv1 and fix env setup.
[src/xds/xds-cli.git] / main.go
diff --git a/main.go b/main.go
index b7f110e..1c75e50 100644 (file)
--- 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")