Removed duplicate code (from a merge conflict)

This commit is contained in:
Mitchell Hashimoto 2010-02-15 15:31:35 -08:00
parent 2cdd3f35fc
commit 816b29eb18
1 changed files with 0 additions and 10 deletions

View File

@ -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