diff --git a/src/SourceCompile/ParseFile.cpp b/src/SourceCompile/ParseFile.cpp index 838117da0f..7f0b12f9f5 100644 --- a/src/SourceCompile/ParseFile.cpp +++ b/src/SourceCompile/ParseFile.cpp @@ -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) {