Skip to content

Commit

Permalink
LibWeb: Remove unused HTMLTokenizer::m_input member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWipfli authored and awesomekling committed Jul 14, 2021
1 parent 35f32ac commit 045a6a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Userland/Libraries/LibWeb/HTML/Parser/HTMLTokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ class HTMLTokenizer {

String m_decoded_input;

StringView m_input;

Utf8View m_utf8_view;
Utf8CodePointIterator m_utf8_iterator;
Utf8CodePointIterator m_prev_utf8_iterator;
Expand Down

0 comments on commit 045a6a5

Please sign in to comment.