mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Remove unused machine initialization steps
This commit is contained in:
parent
079975fe2b
commit
58e8e6ff97
1 changed files with 0 additions and 10 deletions
|
|
@ -62,16 +62,6 @@ module Vagrant
|
|||
@state_mutex = Mutex.new
|
||||
# TODO: get trigger config from go
|
||||
@triggers = Vagrant::Plugin::V2::Trigger.new(@env, @config.trigger, self, @ui)
|
||||
|
||||
# If the ID is the special not created ID, then set our ID to
|
||||
# nil so that we destroy all our data.
|
||||
# if state.id == MachineState::NOT_CREATED_ID
|
||||
# self.id = nil
|
||||
# end
|
||||
|
||||
# Output a bunch of information about this machine in
|
||||
# machine-readable format in case someone is listening.
|
||||
@ui.machine("metadata", "provider", provider_name)
|
||||
end
|
||||
|
||||
# @return [Box]
|
||||
|
|
|
|||
Loading…
Reference in a new issue