提交 3468628a 编写于 作者: J Jim Meyering

node_device_conf.c: remove dead initialization

* src/node_device_conf.c (virNodeDeviceDefFormat): Remove dead
initialization.
上级 1e813ceb
...@@ -213,7 +213,7 @@ char *virNodeDeviceDefFormat(virConnectPtr conn, ...@@ -213,7 +213,7 @@ char *virNodeDeviceDefFormat(virConnectPtr conn,
const virNodeDeviceDefPtr def) const virNodeDeviceDefPtr def)
{ {
virBuffer buf = VIR_BUFFER_INITIALIZER; virBuffer buf = VIR_BUFFER_INITIALIZER;
virNodeDevCapsDefPtr caps = def->caps; virNodeDevCapsDefPtr caps;
char *tmp; char *tmp;
virBufferAddLit(&buf, "<device>\n"); virBufferAddLit(&buf, "<device>\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册