mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-24 07:19:20 +02:00
Remove redundant check of FStatus
This commit is contained in:
parent
c0f05c8dc6
commit
68d50adedf
@ -924,13 +924,8 @@ begin
|
||||
end;
|
||||
until FStatus <> 0;
|
||||
|
||||
if FStatus <> 0 then
|
||||
begin
|
||||
if FStatus in [SIGINT, SIGTRAP] then
|
||||
begin
|
||||
RestoreTempBreakInstructionCodes;
|
||||
end;
|
||||
end;
|
||||
if FStatus in [SIGINT, SIGTRAP] then
|
||||
RestoreTempBreakInstructionCodes;
|
||||
|
||||
result := FStatus <> 0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user