dom0/core: remove duplicated remove_from_disk definition
这个提交包含在:
父节点
d156a815d2
当前提交
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()
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户