mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 18:39:09 +02:00
FpDebug: remove empty code
This commit is contained in:
parent
3ea0e03d3b
commit
f190c1ff0b
@ -398,9 +398,6 @@ type
|
|||||||
{ TFpValueDwarfStructBase }
|
{ TFpValueDwarfStructBase }
|
||||||
|
|
||||||
TFpValueDwarfStructBase = class(TFpValueDwarf)
|
TFpValueDwarfStructBase = class(TFpValueDwarf)
|
||||||
protected
|
|
||||||
function GetMember(AIndex: Int64): TFpValue; override;
|
|
||||||
function GetMemberByName(const AIndex: String): TFpValue; override;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TFpValueDwarfStruct = class(TFpValueDwarfStructBase)
|
TFpValueDwarfStruct = class(TFpValueDwarfStructBase)
|
||||||
@ -1085,20 +1082,6 @@ begin
|
|||||||
EvaluatedFields := EvaluatedFields + [sfiAddress];
|
EvaluatedFields := EvaluatedFields + [sfiAddress];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TFpValueDwarfStructBase }
|
|
||||||
|
|
||||||
function TFpValueDwarfStructBase.GetMember(AIndex: Int64): TFpValue;
|
|
||||||
begin
|
|
||||||
Result := inherited GetMember(AIndex);
|
|
||||||
end;
|
|
||||||
|
|
||||||
function TFpValueDwarfStructBase.GetMemberByName(const AIndex: String
|
|
||||||
): TFpValue;
|
|
||||||
begin
|
|
||||||
Result := inherited GetMemberByName(AIndex);
|
|
||||||
|
|
||||||
end;
|
|
||||||
|
|
||||||
{ TFpValueDwarfSubroutine }
|
{ TFpValueDwarfSubroutine }
|
||||||
|
|
||||||
function TFpValueDwarfSubroutine.IsValidTypeCast: Boolean;
|
function TFpValueDwarfSubroutine.IsValidTypeCast: Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user