Removed some code which just isn't used anymore

This commit is contained in:
Mitchell Hashimoto 2010-03-15 12:38:31 -07:00
parent 5bdabbc8c8
commit 1f216da06b
1 changed files with 0 additions and 4 deletions

View File

@ -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