From 1083fad626e8b6642f8bd15ec66f9629dd9481d8 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sat, 14 Jul 2012 16:07:35 +0200 Subject: [PATCH] dom0/core: remove duplicated remove_from_disk definition --- dom0/qvm-core/qubes.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index d6cabefa..ad35b587 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -1510,13 +1510,6 @@ class QubesVm(object): xc.domain_unpause(self.get_xid()) - def remove_from_disk(self): - if dry_run: - return - - - shutil.rmtree (self.dir_path) - def get_xml_attrs(self): attrs = {} attrs_config = self._get_attrs_config()