mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
LibWeb: Remove unused HTMLTokenizer::m_input member variable
This commit is contained in:
parent
35f32ac170
commit
045a6a566b
Notes:
sideshowbarker
2024-07-18 09:01:23 +09:00
Author: https://github.com/MaxWipfli Commit: https://github.com/SerenityOS/serenity/commit/045a6a566ba Pull-request: https://github.com/SerenityOS/serenity/pull/8687 Reviewed-by: https://github.com/alimpfard
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue