summaryrefslogtreecommitdiff
path: root/bindings/hubbub
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-22 11:47:43 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-22 11:47:43 +0100
commit7ca9105673b0360b62a1c144db0fe90aa5b9164f (patch)
treeb1ae865d9e69e1cc7ca8d453a0669e547709d28e /bindings/hubbub
parent1f4cf0d70ae1f082c3bf7f08fabc70a40dd0848a (diff)
parent5b82e5a23e4b442bc330783091ed01b95f037175 (diff)
downloadlibdom-7ca9105673b0360b62a1c144db0fe90aa5b9164f.tar.gz
libdom-7ca9105673b0360b62a1c144db0fe90aa5b9164f.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amiga-hubbub-lib-compat
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 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,