Browse Source

* Merging revisions r46443 from trunk:
------------------------------------------------------------------------
r46443 | michael | 2020-08-15 09:30:23 +0200 (Sat, 15 Aug 2020) | 1 line

* Remove hints (by Henrique Werlang)
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46624 -

michael 4 years ago
parent
commit
a5a787d74b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fcl-passrc/src/paswrite.pp

+ 0 - 2
packages/fcl-passrc/src/paswrite.pp

@@ -855,9 +855,7 @@ end;
 procedure TPasWriter.WriteRecordType(AType: TPasRecordType);
 procedure TPasWriter.WriteRecordType(AType: TPasRecordType);
 
 
 Var
 Var
-  I : Integer;
   Temp : String;
   Temp : String;
-  el : TPasElement;
 
 
 begin
 begin
   Temp:='record';
   Temp:='record';