dom0/core: remove duplicated remove_from_disk definition
This commit is contained in:
parent
d156a815d2
commit
08888fcf7a
@ -1532,13 +1532,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()
|
||||
|
Loading…
Reference in New Issue
Block a user