summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:15:34 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:15:34 +0000
commit528795a5daf767532a42b492db29deeadebcb249 (patch)
tree06b6fba37d2a740341139131cfbd47eb0b59ab7f /src/treebuilder/internal.h
parentd509919a3bc507f3898e2166978462badbaab599 (diff)
downloadlibhubbub-528795a5daf767532a42b492db29deeadebcb249.tar.gz
libhubbub-528795a5daf767532a42b492db29deeadebcb249.tar.bz2
Remove client allocation function and update for new lpu API.
Diffstat (limited to 'src/treebuilder/internal.h')
-rw-r--r--src/treebuilder/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/treebuilder/internal.h b/src/treebuilder/internal.h
index 503168f..58c21d6 100644
--- a/src/treebuilder/internal.h
+++ b/src/treebuilder/internal.h
@@ -123,9 +123,6 @@ struct hubbub_treebuilder
hubbub_error_handler error_handler; /**< Error handler */
void *error_pw; /**< Error handler data */
-
- hubbub_allocator_fn alloc; /**< Memory (de)allocation function */
- void *alloc_pw; /**< Client private data */
};
hubbub_error hubbub_treebuilder_token_handler(