1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-30 07:22:13 +00:00

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

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;