ソースを参照

* cleaned up unnecessary code

git-svn-id: trunk@5057 -
florian 19 年 前
コミット
b64548e25c
1 ファイル変更0 行追加3 行削除
  1. 0 3
      compiler/symdef.pas

+ 0 - 3
compiler/symdef.pas

@@ -3399,9 +3399,6 @@ implementation
          aktlocalsymtable:=localst;
 
          inherited ppuwrite(ppufile);
-         oldintfcrc:=ppufile.do_interface_crc;
-         ppufile.do_interface_crc:=false;
-         ppufile.do_interface_crc:=oldintfcrc;
          if po_has_mangledname in procoptions then
           ppufile.putstring(_mangledname^);
          ppufile.putword(extnumber);