summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xml/hivexml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xml/hivexml.c b/xml/hivexml.c
index d38e9d4..54d9049 100644
--- a/xml/hivexml.c
+++ b/xml/hivexml.c
@@ -215,7 +215,6 @@ node_start (hive_h *h, void *writer_v, hive_node_h node, const char *name)
{
int64_t last_modified;
char *timebuf;
- int ret = 0;
xmlTextWriterPtr writer = (xmlTextWriterPtr) writer_v;
XML_CHECK (xmlTextWriterStartElement, (writer, BAD_CAST "node"));