* 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 -
This commit is contained in:
michael 2020-08-23 09:46:37 +00:00
parent 60dc1424f6
commit a5a787d74b

View File

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