提交 39b933f1 编写于 作者: J John Ferlan

util: Remove unnecessary initialization

VIR_ALLOC will already initialize, so no need to do it again.
上级 b0fc6a69
......@@ -597,8 +597,6 @@ virSysinfoReadS390(void)
goto no_memory;
}
ret->nprocessor = 0;
ret->processor = NULL;
if (virSysinfoParseS390Processor(outbuf, ret) < 0)
goto no_memory;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册