Skip to content

Commit

Permalink
Fixed single recursive function implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-apotell committed Dec 7, 2024
1 parent de16b3b commit 12d0290
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SourceCompile/ParseFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,6 @@ void ParseFile::buildLocationCache_recurse(uint32_t index) {
}
}
}
} else if (ioifi.m_context == IncludeFileInfo::Context::INCLUDE) {
++sourceLine;
++targetLine;
}

while (sourceLine < ioifi.m_sourceLine) {
Expand Down

0 comments on commit 12d0290

Please sign in to comment.