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)
|
raise Exception.new("disk_storage must be set to a directory") unless File.directory?(val)
|
||||||
@hd_location=val
|
@hd_location=val
|
||||||
end
|
end
|
||||||
|
|
||||||
def base
|
|
||||||
File.expand_path(@base)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
class PackageConfig < Base
|
class PackageConfig < Base
|
||||||
|
|
Loading…
Reference in New Issue