mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
libexpr: Remove unused members from ParserLocation
This commit is contained in:
parent
c43ea09b9b
commit
0f08feaa58
1 changed files with 0 additions and 3 deletions
|
|
@ -44,9 +44,6 @@ struct ParserLocation
|
|||
beginOffset = stashedBeginOffset;
|
||||
endOffset = stashedEndOffset;
|
||||
}
|
||||
|
||||
/** Latest doc comment position, or 0. */
|
||||
int doc_comment_first_column, doc_comment_last_column;
|
||||
};
|
||||
|
||||
struct LexerState
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue