hivexml: Remove unused variable.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 20 Dec 2011 18:46:26 +0000 (18:46 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 20 Dec 2011 18:46:26 +0000 (18:46 +0000)
xml/hivexml.c

index d38e9d4..54d9049 100644 (file)
@@ -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"));