소스 검색

* 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);