git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584fc6f
)
hivexml: Remove unused variable.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 20 Dec 2011 18:46:26 +0000
(18:46 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 20 Dec 2011 18:46:26 +0000
(18:46 +0000)
xml/hivexml.c
patch
|
blob
|
history
diff --git
a/xml/hivexml.c
b/xml/hivexml.c
index
d38e9d4
..
54d9049
100644
(file)
--- 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"));