From 3c263bbbaabff03e49e270d44acffb77d263ee96 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 12 Oct 2012 09:50:07 +0000 Subject: [PATCH] codetools: clean up git-svn-id: trunk@39056 - --- components/codetools/codecache.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/codetools/codecache.pas b/components/codetools/codecache.pas index 01ced83a87..ecdcad12be 100644 --- a/components/codetools/codecache.pas +++ b/components/codetools/codecache.pas @@ -589,11 +589,7 @@ begin if FilenameIsAbsolute(AFilename) then begin if Result=nil then begin // load new buffer - {$IFnDEF FixCodeCacheLoadFileBug} - // This line is wrong. The file is not in cache and we should not exit here. - // For some reason removing the line breaks debugger, that's why the IFnDEF if (not FileExistsCached(AFilename)) then exit; - {$ENDIF} if DirectoryCachePool<>nil then DiskFilename:=DirectoryCachePool.FindDiskFilename(AFilename) else