summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-02 19:31:59 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-02 19:31:59 +0000
commit29f5bdae0a4a6f4ad025514e612263d24eff3732 (patch)
treedae0a9f0a2430d0b8b2fc08c31ac46365afd747a
parentc5137fd80c7edf97128a4687662562a338a393ef (diff)
downloadlibdom-29f5bdae0a4a6f4ad025514e612263d24eff3732.tar.gz
libdom-29f5bdae0a4a6f4ad025514e612263d24eff3732.tar.bz2
Remove unused variables
-rw-r--r--bindings/xml/libxml_xmlparser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bindings/xml/libxml_xmlparser.c b/bindings/xml/libxml_xmlparser.c
index 4729058..ca3317e 100644
--- a/bindings/xml/libxml_xmlparser.c
+++ b/bindings/xml/libxml_xmlparser.c
@@ -270,8 +270,6 @@ dom_xml_error dom_xml_parser_parse_chunk(dom_xml_parser *parser,
dom_xml_error dom_xml_parser_completed(dom_xml_parser *parser)
{
xmlParserErrors err;
- dom_string *name = NULL;
- dom_exception derr;
err = xmlParseChunk(parser->xml_ctx, "", 0, 1);
if (err != XML_ERR_OK) {