summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_head.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/treebuilder/in_head.c')
-rw-r--r--src/treebuilder/in_head.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/treebuilder/in_head.c b/src/treebuilder/in_head.c
index 2df1062..4867a5d 100644
--- a/src/treebuilder/in_head.c
+++ b/src/treebuilder/in_head.c
@@ -180,18 +180,3 @@ bool handle_in_head(hubbub_treebuilder *treebuilder,
return reprocess;
}
-
-
-
-/**
- * Process a tag as if in the "in head" state.
- *
- * \param treebuilder The treebuilder instance
- * \param token The token to process
- * \return True to reprocess the token, false otherwise
- */
-bool process_in_head(hubbub_treebuilder *treebuilder,
- const hubbub_token *token)
-{
- return handle_in_head(treebuilder, token);
-}