From 42f6e2baf03fae2b1642cde71b1f30d25a26b240 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Apr 2009 00:44:01 +0000 Subject: Remove hubbub_parser_parse_extraneous_chunk -- this is not supported yet. Surround implementation with #if 0 pending its reintroduction svn path=/trunk/hubbub/; revision=7045 --- src/parser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/parser.c b/src/parser.c index 5f15d19..73852de 100644 --- a/src/parser.c +++ b/src/parser.c @@ -245,6 +245,7 @@ hubbub_error hubbub_parser_parse_chunk(hubbub_parser *parser, return HUBBUB_OK; } +#if 0 /** * Pass a chunk of extraneous data to a hubbub parser for parsing * @@ -277,6 +278,7 @@ hubbub_error hubbub_parser_parse_extraneous_chunk(hubbub_parser *parser, return HUBBUB_OK; } +#endif /** * Inform the parser that the last chunk of data has been parsed -- cgit v1.2.3