summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-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 9117c20..cc98335 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,