mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
FpDebug: remove unused Count
git-svn-id: trunk@61725 -
This commit is contained in:
parent
eb8b6c7704
commit
936f07e67a
@ -351,7 +351,6 @@ type
|
||||
// NOT cached fields
|
||||
function GetChild({%H-}AIndex: Integer): TFpSymbol; virtual;
|
||||
function GetColumn: Cardinal; virtual;
|
||||
function GetCount: Integer; virtual;
|
||||
function GetFile: String; virtual;
|
||||
function GetFlags: TDbgSymbolFlags; virtual;
|
||||
function GetLine: Cardinal; virtual;
|
||||
@ -427,7 +426,6 @@ type
|
||||
property MemberByName[AIndex: String]: TFpSymbol read GetMemberByName; // Includes inheritance
|
||||
//
|
||||
property Flags: TDbgSymbolFlags read GetFlags;
|
||||
property Count: Integer read GetCount; deprecated 'use MemberCount instead';
|
||||
property Parent: TFpSymbol read GetParent; deprecated;
|
||||
// for Subranges // Type-Symbols only?
|
||||
// TODO: flag bounds as cardinal if needed
|
||||
@ -1164,11 +1162,6 @@ begin
|
||||
Result := 0;
|
||||
end;
|
||||
|
||||
function TFpSymbol.GetCount: Integer;
|
||||
begin
|
||||
Result := 0;
|
||||
end;
|
||||
|
||||
function TFpSymbol.GetFile: String;
|
||||
begin
|
||||
Result := '';
|
||||
|
Loading…
Reference in New Issue
Block a user