removing dead code

concept introduced in 59282ba999 was removed in 28de46f3b4
This commit is contained in:
Michael Glass 2013-07-28 16:07:20 -07:00
parent eefb90ff9d
commit a2a88118de
1 changed files with 0 additions and 3 deletions

View File

@ -22,8 +22,6 @@ module VagrantPlugins
@nfs = UNSET_VALUE @nfs = UNSET_VALUE
@encrypted_data_bag_secret = UNSET_VALUE @encrypted_data_bag_secret = UNSET_VALUE
@encrypted_data_bag_secret_key_path = UNSET_VALUE @encrypted_data_bag_secret_key_path = UNSET_VALUE
@__defaulted_cookbooks_path = false
end end
#------------------------------------------------------------ #------------------------------------------------------------
@ -39,7 +37,6 @@ module VagrantPlugins
@cookbooks_path = [] @cookbooks_path = []
@cookbooks_path << [:host, "cookbooks"] if !@recipe_url @cookbooks_path << [:host, "cookbooks"] if !@recipe_url
@cookbooks_path << [:vm, "cookbooks"] @cookbooks_path << [:vm, "cookbooks"]
@__defaulted_cookbooks_path = true
end end
@data_bags_path = [] if @data_bags_path == UNSET_VALUE @data_bags_path = [] if @data_bags_path == UNSET_VALUE