From 59267d01e6290c35e84320312a24f429b497c610 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 11 Mar 2013 00:10:00 -0300 Subject: [PATCH] Get rid of a few TODOs that does not make sense anymore --- lib/vagrant-lxc/action.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant-lxc/action.rb b/lib/vagrant-lxc/action.rb index 6e35961..714309b 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -153,8 +153,6 @@ module Vagrant b3.use Vagrant::Action::Builtin::EnvSet, :force_halt => true b3.use action_halt 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 # TODO: Implement our own MessageWillNotDestroy b3.use VagrantPlugins::ProviderVirtualBox::Action::MessageWillNotDestroy