1
1
Fork 0
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:
John Ericson 2025-09-28 16:46:50 -04:00 committed by GitHub
commit 241c7cd1f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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