LibWeb: Remove unused HTMLToken::Position::byte_offset

This commit is contained in:
Andreas Kling 2025-04-20 14:41:39 +02:00 committed by Andreas Kling
parent 669b1131ad
commit 5085b0dd66
Notes: github-actions[bot] 2025-04-20 16:44:36 +00:00
2 changed files with 0 additions and 2 deletions

View file

@ -36,7 +36,6 @@ public:
struct Position {
size_t line { 0 };
size_t column { 0 };
size_t byte_offset { 0 };
};
struct Attribute {