mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
node_device_conf.c: remove dead initialization
* src/node_device_conf.c (virNodeDeviceDefFormat): Remove dead initialization.
This commit is contained in:
parent
1e813ceb3e
commit
3468628a22
@ -213,7 +213,7 @@ char *virNodeDeviceDefFormat(virConnectPtr conn,
|
||||
const virNodeDeviceDefPtr def)
|
||||
{
|
||||
virBuffer buf = VIR_BUFFER_INITIALIZER;
|
||||
virNodeDevCapsDefPtr caps = def->caps;
|
||||
virNodeDevCapsDefPtr caps;
|
||||
char *tmp;
|
||||
|
||||
virBufferAddLit(&buf, "<device>\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user