mirror of https://gitee.com/openkylin/libvirt.git
conf: remove unnecessary restore in virDomainSEVDefParseXML
Since commit d399a728f4
placed the restore in the right scope the
restore can get removed in virDomainSEVDefParseXML.
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
d399a728f4
commit
5873037c8e
|
@ -14727,7 +14727,6 @@ static int
|
|||
virDomainSEVDefParseXML(virDomainSEVDef *def,
|
||||
xmlXPathContextPtr ctxt)
|
||||
{
|
||||
VIR_XPATH_NODE_AUTORESTORE(ctxt)
|
||||
unsigned long policy;
|
||||
int rc;
|
||||
|
||||
|
|
Loading…
Reference in New Issue