From 12d0290074e6db4bcb1fd5ea99811e5ef60fc51f Mon Sep 17 00:00:00 2001 From: HS Date: Fri, 6 Dec 2024 21:31:39 -0800 Subject: [PATCH] Fixed single recursive function implementation --- src/SourceCompile/ParseFile.cpp | 3 --- 1 file changed, 3 deletions(-) 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) {