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
|
||||
# now, these are limited to what are needed internally.
|
||||
register :environment_load, Builder.new
|
||||
register(:before_action_run, Builder.new do
|
||||
use General::Validate
|
||||
end)
|
||||
|
|
|
@ -284,7 +284,6 @@ module Vagrant
|
|||
@loaded = true
|
||||
self.class.check_virtualbox!
|
||||
load_config!
|
||||
actions.run(:environment_load)
|
||||
end
|
||||
|
||||
self
|
||||
|
|
Loading…
Reference in New Issue