From d309f79fbc104f80e359c9a2cfd2f134dfff6053 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 11 Jul 2010 09:26:57 -0700 Subject: [PATCH] Get rid of unused ivar on Box --- lib/vagrant/box.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/vagrant/box.rb b/lib/vagrant/box.rb index 857d0d953..f41c111fe 100644 --- a/lib/vagrant/box.rb +++ b/lib/vagrant/box.rb @@ -47,10 +47,6 @@ module Vagrant # The URI for a new box. This is not available for existing boxes. attr_accessor :uri - # The temporary path to the downloaded or copied box. This should - # only be used internally. - attr_accessor :temp_path - # The environment which this box belongs to. Although this could # actually be many environments, this points to the environment # of a specific instance.