1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
This commit is contained in:
Ben Burdette 2020-07-04 18:30:49 -06:00
parent 14227aeb32
commit a168224464

View file

@ -110,7 +110,6 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos)
int pl = errPos.line - 1;
LinesOfCode loc;
do
{
std::getline(iss, line);