Remove `environment_load` action chain. It wasn't used.

This commit is contained in:
Mitchell Hashimoto 2010-10-13 18:53:15 -07:00
parent f1a3c75bcb
commit 92c37f7435
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -284,7 +284,6 @@ module Vagrant
@loaded = true
self.class.check_virtualbox!
load_config!
actions.run(:environment_load)
end
self