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
-1
View File
@@ -108,7 +108,6 @@ namespace arm64 {
#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);