summaryrefslogtreecommitdiff
path: root/bindings/hubbub
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 16:59:04 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 16:59:04 +0100
commit24488f376260d3fe3ea69b59d4d82702d9aa492c (patch)
treef1248e85765c8a855d489178ccf418b156e8684a /bindings/hubbub
parenta7b84b02a09f171157812a28691369eeafbbf7e4 (diff)
downloadlibdom-24488f376260d3fe3ea69b59d4d82702d9aa492c.tar.gz
libdom-24488f376260d3fe3ea69b59d4d82702d9aa492c.tar.bz2
Cleanup: Remove two UNUSED()s which are not true
Diffstat (limited to 'bindings/hubbub')
-rw-r--r--bindings/hubbub/parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c
index a4a9a2e..4a90511 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -459,8 +459,6 @@ static hubbub_error has_children(void *parser, void *node, bool *result)
dom_hubbub_parser *dom_parser = (dom_hubbub_parser *) parser;
dom_exception err;
- UNUSED(parser);
-
err = dom_node_has_child_nodes((struct dom_node *) node, result);
if (err != DOM_NO_ERR) {
dom_parser->msg(DOM_MSG_CRITICAL, dom_parser->mctx,