From fa765296f9c769170608a017c186796ebbc42e21 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 19 Jul 2012 16:59:04 +0100 Subject: Cleanup: Remove two UNUSED()s which are not true --- bindings/hubbub/parser.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bindings/hubbub') 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, -- cgit v1.2.3