mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
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,
|
virDomainSEVDefParseXML(virDomainSEVDef *def,
|
||||||
xmlXPathContextPtr ctxt)
|
xmlXPathContextPtr ctxt)
|
||||||
{
|
{
|
||||||
VIR_XPATH_NODE_AUTORESTORE(ctxt)
|
|
||||||
unsigned long policy;
|
unsigned long policy;
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user