From 1f216da06b0aeefc1a497d7f91b80c1de258f7f9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 15 Mar 2010 12:38:31 -0700 Subject: [PATCH] Removed some code which just isn't used anymore --- lib/vagrant/config.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/vagrant/config.rb b/lib/vagrant/config.rb index d62f49562..46ee28c40 100644 --- a/lib/vagrant/config.rb +++ b/lib/vagrant/config.rb @@ -109,10 +109,6 @@ module Vagrant raise Exception.new("disk_storage must be set to a directory") unless File.directory?(val) @hd_location=val end - - def base - File.expand_path(@base) - end end class PackageConfig < Base