From 5dfe27b40f880242491f9d2968f5bb1628a93f21 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 2 Oct 2013 08:29:12 -0700 Subject: [PATCH] provisioner/chef-solo: unused var --- provisioner/chef-solo/provisioner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/provisioner/chef-solo/provisioner.go b/provisioner/chef-solo/provisioner.go index a089356e6..907678d90 100644 --- a/provisioner/chef-solo/provisioner.go +++ b/provisioner/chef-solo/provisioner.go @@ -53,7 +53,6 @@ type ConfigTemplate struct { HasDataBagsPath bool HasRolesPath bool HasEnvironmentsPath bool - HasChefEnvironment bool } type ExecuteTemplate struct {