mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-29 15:58:47 +00:00
LibWeb: Remove unused HTMLToken::Position::byte_offset
This commit is contained in:
parent
669b1131ad
commit
5085b0dd66
Notes:
github-actions[bot]
2025-04-20 16:44:36 +00:00
Author: https://github.com/awesomekling
Commit: 5085b0dd66
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4408
2 changed files with 0 additions and 2 deletions
|
@ -232,7 +232,6 @@ void HTMLTokenizer::skip(size_t count)
|
|||
} else {
|
||||
m_source_positions.last().column++;
|
||||
}
|
||||
m_source_positions.last().byte_offset += m_utf8_iterator.underlying_code_point_length_in_bytes();
|
||||
}
|
||||
++m_utf8_iterator;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue