From 87dde464130345604148e25c3337a7bf1dc45151 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 27 Aug 2013 13:32:59 -0700 Subject: [PATCH] provisioner/chef-solo: remove unused constants and variables --- provisioner/chef-solo/provisioner.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/provisioner/chef-solo/provisioner.go b/provisioner/chef-solo/provisioner.go index 3539c8f57..cab0c23cd 100644 --- a/provisioner/chef-solo/provisioner.go +++ b/provisioner/chef-solo/provisioner.go @@ -14,15 +14,6 @@ import ( "strings" ) -const ( - RemoteStagingPath = "/tmp/provision/chef-solo" - RemoteFileCachePath = "/tmp/provision/chef-solo" - RemoteCookbookPath = "/tmp/provision/chef-solo/cookbooks" - DefaultCookbooksPath = "cookbooks" -) - -var Ui packer.Ui - type Config struct { common.PackerConfig `mapstructure:",squash"`