Remove the box_remove builtin middleware sequence.
This commit is contained in:
parent
6bb621026f
commit
8026715619
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue