mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +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;
|
beginOffset = stashedBeginOffset;
|
||||||
endOffset = stashedEndOffset;
|
endOffset = stashedEndOffset;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Latest doc comment position, or 0. */
|
|
||||||
int doc_comment_first_column, doc_comment_last_column;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct LexerState
|
struct LexerState
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue