Remove unused code
This commit is contained in:
parent
08d502e856
commit
fdb82ab4a4
|
@ -9,10 +9,6 @@ module Vagrant
|
||||||
# action environment.
|
# action environment.
|
||||||
attr_reader :env
|
attr_reader :env
|
||||||
|
|
||||||
# If nonnil, the error associated with this environment. Set
|
|
||||||
# using {#error!}
|
|
||||||
attr_reader :error
|
|
||||||
|
|
||||||
def initialize(env)
|
def initialize(env)
|
||||||
super() do |h,k|
|
super() do |h,k|
|
||||||
# By default, try to find the key as a method on the
|
# By default, try to find the key as a method on the
|
||||||
|
|
Loading…
Reference in New Issue