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

JSSpecCompiler: Do not store XML::Node in tokens

This commit is contained in:
Dan Klishch 2024-01-20 20:58:43 -05:00 committed by Andrew Kaster
parent 94f5086b93
commit 7945c9d808
3 changed files with 12 additions and 13 deletions

View file

@ -112,7 +112,6 @@ struct Token {
TokenType type;
StringView data;
XML::Node const* node;
Location location;
};