mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 23:40:22 +02:00
codetools: clean up
git-svn-id: trunk@39657 -
This commit is contained in:
parent
17337ba49d
commit
4bfe7a4109
@ -2796,7 +2796,6 @@ begin
|
||||
RaiseStrExpectedWithBlockStartHint('"end"');
|
||||
end else if UpAtomIs('THEN') then begin
|
||||
if (BlockType=ebtIf) and (IfType=itNone) then begin
|
||||
debugln(['TPascalParserTool.ReadTilBlockEnd BBB1']);
|
||||
if StopOnBlockMiddlePart then break;
|
||||
IfType:=itThen;
|
||||
end else
|
||||
|
Loading…
Reference in New Issue
Block a user