Remove streaming_structural_parser.h

This commit is contained in:
John Keiser
2020-06-05 10:44:21 -07:00
parent 7de7ce5fdc
commit a5beffda78
6 changed files with 169 additions and 172 deletions
@@ -260,7 +260,6 @@ namespace fallback {
#include "generic/stage2/atomparsing.h"
#include "generic/stage2/structural_iterator.h"
#include "generic/stage2/structural_parser.h"
#include "generic/stage2/streaming_structural_parser.h"
WARN_UNUSED error_code dom_parser_implementation::parse(const uint8_t *_buf, size_t _len, dom::document &_doc) noexcept {
error_code err = stage1(_buf, _len, false);