Browse Source

* cleaned up unnecessary code

git-svn-id: trunk@5057 -
florian 19 năm trước cách đây
mục cha
commit
b64548e25c
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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);