Removed some code which just isn't used anymore
This commit is contained in:
parent
5bdabbc8c8
commit
1f216da06b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue