Get rid of a few TODOs that does not make sense anymore
This commit is contained in:
parent
f2810da629
commit
59267d01e6
1 changed files with 0 additions and 2 deletions
|
@ -153,8 +153,6 @@ module Vagrant
|
||||||
b3.use Vagrant::Action::Builtin::EnvSet, :force_halt => true
|
b3.use Vagrant::Action::Builtin::EnvSet, :force_halt => true
|
||||||
b3.use action_halt
|
b3.use action_halt
|
||||||
b3.use Destroy
|
b3.use Destroy
|
||||||
# TODO: VirtualBox provider has a CleanMachineFolder action, do we need something similar?
|
|
||||||
# TODO: VirtualBox provider has a DestroyUnusedNetworkInterfaces action, do we need something similar?
|
|
||||||
else
|
else
|
||||||
# TODO: Implement our own MessageWillNotDestroy
|
# TODO: Implement our own MessageWillNotDestroy
|
||||||
b3.use VagrantPlugins::ProviderVirtualBox::Action::MessageWillNotDestroy
|
b3.use VagrantPlugins::ProviderVirtualBox::Action::MessageWillNotDestroy
|
||||||
|
|
Loading…
Reference in a new issue