1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

LibWeb: Remove TokenStream::position() and ::rewind_to_position()

This commit is contained in:
Sam Atkins 2022-04-27 20:11:40 +01:00 committed by Andreas Kling
parent 2b3185955e
commit 56e8e0daa1
2 changed files with 0 additions and 9 deletions

View file

@ -104,8 +104,6 @@ public:
void reconsume_current_input_token();
StateTransaction begin_transaction() { return StateTransaction(*this); }
int position() const { return m_iterator_offset; }
void rewind_to_position(int);
void skip_whitespace();