Browse Source

fcl-passrc: clean up

mattias 3 years ago
parent
commit
75b911ce68
1 changed files with 1 additions and 3 deletions
  1. 1 3
      packages/fcl-passrc/tests/tconstparser.pas

+ 1 - 3
packages/fcl-passrc/tests/tconstparser.pas

@@ -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('()');