mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +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
|
@ -4,7 +4,6 @@
|
|||
|
||||
void nix::lexer::internal::initLoc(YYLTYPE * loc)
|
||||
{
|
||||
loc->first_line = loc->last_line = 0;
|
||||
loc->first_column = loc->last_column = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue