diff --git a/lib/vagrant/vm.rb b/lib/vagrant/vm.rb index 0579eb57e..8d0f04f57 100644 --- a/lib/vagrant/vm.rb +++ b/lib/vagrant/vm.rb @@ -88,16 +88,6 @@ error @actions << action_klass.new(self) end - def destroy - if @vm.running? - logger.info "VM is running. Forcing immediate shutdown..." - @vm.stop(true) - end - - logger.info "Destroying VM and associated drives..." - @vm.destroy(:destroy_image => true) - end - def execute! # Call the prepare method on each once its # initialized, then call the execute! method