mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:49:27 +02:00
fcl-passrc: clean up
This commit is contained in:
parent
6404478ea4
commit
75b911ce68
@ -118,9 +118,7 @@ Type
|
||||
|
||||
TTestLabelParser = Class(TTestParser)
|
||||
private
|
||||
FExpr: TPasExpr;
|
||||
FHint : string;
|
||||
FTheStr: TPasResString;
|
||||
Protected
|
||||
Function ParseLabel(ASource : String) : TPasLabels;
|
||||
Property Hint : string Read FHint Write FHint;
|
||||
@ -571,7 +569,7 @@ end;
|
||||
procedure TTestConstParser.TestRecordConstEmpty;
|
||||
Var
|
||||
R : TRecordValues;
|
||||
Fi : TRecordValuesItem;
|
||||
//Fi : TRecordValuesItem;
|
||||
begin
|
||||
Typed := 'TPoint';
|
||||
ParseConst('()');
|
||||
|
Loading…
Reference in New Issue
Block a user