Remove time counter

Nobody uses that, and it requires running extra code for each line
This commit is contained in:
ISSOtm
2021-01-22 08:49:18 +01:00
parent 993c034039
commit 1487eebe79
3 changed files with 1 additions and 26 deletions

View File

@@ -565,9 +565,7 @@ lines : /* empty */
| lines {
nListCountEmpty = 0;
nPCOffset = 0;
} line {
nTotalLines++;
}
} line
;
line : label T_NEWLINE