From 94432ffb393f02453639db1954a8cd54a820bedb Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Wed, 25 May 2016 00:04:30 -0700 Subject: [PATCH] fix(deadcode): remove unused global variables --- cmd/helm/helm.go | 6 ++---- cmd/helm/install.go | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index d995f5eaf..27af59757 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -12,10 +12,8 @@ import ( ) const ( - homeEnvVar = "HELM_HOME" - defaultHome = "$HOME/.helm" // FIXME: is $HOME windows compatible? - hostEnvVar = "HELM_HOST" - defaultHost = ":44134" + homeEnvVar = "HELM_HOME" + hostEnvVar = "HELM_HOST" ) var helmHome string diff --git a/cmd/helm/install.go b/cmd/helm/install.go index c1a260cda..5494a9467 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -24,8 +24,6 @@ chart in the current working directory. // install flags & args var ( - // installArg is the name or relative path of the chart to install - installArg string // installDryRun performs a dry-run install installDryRun bool // installValues is the filename of supplied values.