mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Merge pull request #14104 from xokdvium/dead-code-location
libexpr: Remove unused members from ParserLocation
This commit is contained in:
commit
241c7cd1f9
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