From: Boris Fiuczynski Date: Thu, 22 Jul 2021 09:07:42 +0000 (+0200) Subject: conf: remove unnecessary restore in virDomainSEVDefParseXML X-Git-Tag: v7.6.0-rc1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5873037c8ec2992d81cbab2b6df0746b044ab733;p=thirdparty%2Flibvirt.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 Reviewed-by: Pavel Hrdina --- diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 13b7741eb8..ac3f5ff4a3 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -14727,7 +14727,6 @@ static int virDomainSEVDefParseXML(virDomainSEVDef *def, xmlXPathContextPtr ctxt) { - VIR_XPATH_NODE_AUTORESTORE(ctxt) unsigned long policy; int rc;