mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
IDE: Remove IFDEF for a non-supported compiler version
git-svn-id: trunk@37062 -
This commit is contained in:
parent
5fd04a633b
commit
7d52c74d6d
@ -4968,7 +4968,7 @@ var
|
||||
ObjList: TCompilerMessagesList absolute Obj;
|
||||
i: integer;
|
||||
begin
|
||||
Result := {$ifdef ver2_4_0}false{$else}inherited Equals(Obj){$endif};
|
||||
Result := inherited Equals(Obj);
|
||||
if not Result and (Obj is TCompilerMessagesList) then
|
||||
begin
|
||||
Result := ObjList.Count = Count;
|
||||
|
Loading…
Reference in New Issue
Block a user