mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 05:49:15 +02:00
codetools: clean up
git-svn-id: trunk@36280 -
This commit is contained in:
parent
bd1a1d6b00
commit
fb87808634
@ -1963,7 +1963,6 @@ begin
|
|||||||
Ok:=false;
|
Ok:=false;
|
||||||
try
|
try
|
||||||
if (FPCSrcDir='') or (not DirPathExists(FPCSrcDir)) then begin
|
if (FPCSrcDir='') or (not DirPathExists(FPCSrcDir)) then begin
|
||||||
CTDumpStack;
|
|
||||||
DebugLn(['CreateFPCSrcTemplate FPCSrcDir does not exist: FPCSrcDir="',FPCSrcDir,'"']);
|
DebugLn(['CreateFPCSrcTemplate FPCSrcDir does not exist: FPCSrcDir="',FPCSrcDir,'"']);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user