From 802671561943e1536a235a47f39fc30b20926ced Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 9 Jul 2012 20:13:14 -0700 Subject: [PATCH] Remove the box_remove builtin middleware sequence. --- lib/vagrant/action/builtin.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/vagrant/action/builtin.rb b/lib/vagrant/action/builtin.rb index f7ec000d7..03fe1679d 100644 --- a/lib/vagrant/action/builtin.rb +++ b/lib/vagrant/action/builtin.rb @@ -152,13 +152,6 @@ module Vagrant end end - # box_remove - Removes/deletes a box. - register(:box_remove) do - Builder.new do - use Box::Destroy - end - end - # box_repackage - Repackages a box. register(:box_repackage) do Builder.new do