mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Remove unused HTMLTokenizer::m_input member variable
This commit is contained in:
committed by
Andreas Kling
parent
35f32ac170
commit
045a6a566b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user