[libvirt] [PATCH] conf: remove unused assignment statement in virSysinfoBaseBoardParseXML

Wang King king.wang at huawei.com
Thu Apr 13 02:16:43 UTC 2017


Assigning value 0 to @nboards in success path, that stored value is not used.
---
 src/conf/domain_conf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 80baa09..52f4c7a 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -13086,7 +13086,6 @@ virSysinfoBaseBoardParseXML(xmlXPathContextPtr ctxt,
     *baseBoard = boards;
     *nbaseBoard = nboards;
     boards = NULL;
-    nboards = 0;
     ret = 0;
  cleanup:
     VIR_FREE(boards);
-- 
2.8.3





More information about the libvir-list mailing list