FpDebug: remove unused Count

git-svn-id: trunk@61725 -
This commit is contained in:
martin 2019-08-18 13:43:50 +00:00
parent eb8b6c7704
commit 936f07e67a

View File

@ -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 := '';