Remove `environment_load` action chain. It wasn't used.
This commit is contained in:
parent
f1a3c75bcb
commit
92c37f7435
|
@ -96,7 +96,6 @@ module Vagrant
|
||||||
|
|
||||||
# Other callbacks. There will be more of these in the future. For
|
# Other callbacks. There will be more of these in the future. For
|
||||||
# now, these are limited to what are needed internally.
|
# now, these are limited to what are needed internally.
|
||||||
register :environment_load, Builder.new
|
|
||||||
register(:before_action_run, Builder.new do
|
register(:before_action_run, Builder.new do
|
||||||
use General::Validate
|
use General::Validate
|
||||||
end)
|
end)
|
||||||
|
|
|
@ -284,7 +284,6 @@ module Vagrant
|
||||||
@loaded = true
|
@loaded = true
|
||||||
self.class.check_virtualbox!
|
self.class.check_virtualbox!
|
||||||
load_config!
|
load_config!
|
||||||
actions.run(:environment_load)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
self
|
self
|
||||||
|
|
Loading…
Reference in New Issue