LibWeb: Remove unused HTMLTokenizer::m_input member variable

This commit is contained in:
Max Wipfli 2021-07-12 12:52:14 +02:00 committed by Andreas Kling
parent 35f32ac170
commit 045a6a566b
Notes: sideshowbarker 2024-07-18 09:01:23 +09:00

View file

@ -158,8 +158,6 @@ private:
String m_decoded_input;
StringView m_input;
Utf8View m_utf8_view;
Utf8CodePointIterator m_utf8_iterator;
Utf8CodePointIterator m_prev_utf8_iterator;