mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:40:35 +02:00
lazdebuggers: less hints
This commit is contained in:
parent
5dc2c5189b
commit
3ec604cc99
@ -250,12 +250,16 @@ end;
|
||||
procedure TDbgTypePatternList.InsertItem(Index: Integer; const S: string;
|
||||
O: TObject);
|
||||
begin
|
||||
if Index=0 then ;
|
||||
if S='' then ;
|
||||
if O=nil then ;
|
||||
raise Exception.Create('');
|
||||
end;
|
||||
|
||||
function TDbgTypePatternList.AddObject(const S: string; AObject: TObject
|
||||
): Integer;
|
||||
begin
|
||||
if AObject=nil then ;
|
||||
Result := Add(S); // used in assign, ignore object from other list
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user