summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-04 00:44:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-04 00:44:01 +0000
commit42f6e2baf03fae2b1642cde71b1f30d25a26b240 (patch)
tree0d2e3a707531a69190761396f3f68c7206359577 /src
parent44b480394805d19b9958c1c7bb72610eb2c08973 (diff)
downloadlibhubbub-42f6e2baf03fae2b1642cde71b1f30d25a26b240.tar.gz
libhubbub-42f6e2baf03fae2b1642cde71b1f30d25a26b240.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/parser.c2
1 files changed, 2 insertions, 0 deletions
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