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:
parent
94f5086b93
commit
7945c9d808
3 changed files with 12 additions and 13 deletions
|
@ -112,7 +112,6 @@ struct Token {
|
|||
|
||||
TokenType type;
|
||||
StringView data;
|
||||
XML::Node const* node;
|
||||
Location location;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue