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