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
Notes: sideshowbarker 2024-07-19 06:10:31 +09:00
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 };