mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 09:42:12 +01:00
lazdebuggergdbmi: less hints
git-svn-id: trunk@60112 -
This commit is contained in:
parent
ace1df908b
commit
2caaad78ec
@ -11862,6 +11862,7 @@ class operator TGDBMIInternalAddrBreakPointList.TGDBMIInternalAddrBreakPointList
|
|||||||
begin
|
begin
|
||||||
raise Exception.Create(''); // should not get here
|
raise Exception.Create(''); // should not get here
|
||||||
c := false;
|
c := false;
|
||||||
|
if a=b then ;
|
||||||
// c := (a.FId = b.FId) and (a.FAddr = b.FAddr);
|
// c := (a.FId = b.FId) and (a.FAddr = b.FAddr);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user