提交 05b3846c 编写于 作者: W Wang King 提交者: John Ferlan

conf: remove unused assignment statement in virSysinfoBaseBoardParseXML

Assigning value 0 to @nboards in success path, that stored value is not used.
上级 b80b0c45
...@@ -13089,7 +13089,6 @@ virSysinfoBaseBoardParseXML(xmlXPathContextPtr ctxt, ...@@ -13089,7 +13089,6 @@ virSysinfoBaseBoardParseXML(xmlXPathContextPtr ctxt,
*baseBoard = boards; *baseBoard = boards;
*nbaseBoard = nboards; *nbaseBoard = nboards;
boards = NULL; boards = NULL;
nboards = 0;
ret = 0; ret = 0;
cleanup: cleanup:
VIR_FREE(boards); VIR_FREE(boards);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册