Sfoglia il codice sorgente

* cleaned up unnecessary code

git-svn-id: trunk@5057 -
florian 19 anni fa
parent
commit
b64548e25c
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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);