The following use of "caps" is the assignment in a for-loop,
so the initialization is unnecessary.
From 7032a0b370db1a9489cf19fce0cabbb6959320ab Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering(a)redhat.com>
Date: Thu, 3 Sep 2009 13:38:57 +0200
Subject: [PATCH] node_device_conf.c: remove dead initialization
* src/node_device_conf.c (virNodeDeviceDefFormat): Remove dead
initialization.
---
src/node_device_conf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/node_device_conf.c b/src/node_device_conf.c
index 56a9bb5..5b25bb7 100644
--- a/src/node_device_conf.c
+++ b/src/node_device_conf.c
@@ -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");
--
1.6.4.2.395.ge3d52