1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 10:14:57 +00:00

LibWeb: Remove tokenizer's premature character buffering optimization

This commit is contained in:
Andreas Kling 2020-05-24 19:15:16 +02:00
parent 92fd140cb2
commit 96cc1138c0
2 changed files with 2 additions and 13 deletions

View file

@ -147,7 +147,6 @@ private:
void will_switch_to(State);
void will_reconsume_in(State);
void flush_current_character_or_comment_if_needed();
State m_state { State::Data };
State m_return_state { State::Data };