mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
libexpr: Get rid of unused line tracking fields
This commit is contained in:
parent
f9243eca75
commit
77e9f9ee82
4 changed files with 18 additions and 6 deletions
|
@ -287,7 +287,6 @@ or { return OR_KW; }
|
|||
\/\*\*[^/*]([^*]|\*+[^*/])*\*+\/ /* doc comments */ {
|
||||
LexerState & lexerState = *yyget_extra(yyscanner);
|
||||
lexerState.docCommentDistance = 0;
|
||||
lexerState.lastDocCommentLoc.first_line = yylloc->first_line;
|
||||
lexerState.lastDocCommentLoc.first_column = yylloc->first_column;
|
||||
lexerState.lastDocCommentLoc.last_column = yylloc->last_column;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue