Skip to content

Commit

Permalink
hivexml: Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Dec 20, 2011
1 parent 584fc6f commit 233ac98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml/hivexml.c
Expand Up @@ -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"));
Expand Down

0 comments on commit 233ac98

Please sign in to comment.