소스 검색

- Removed redundant fillchar() calls, class instances are cleared on construction.

git-svn-id: trunk@21101 -
sergei 13 년 전
부모
커밋
be5a5d6ae6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      compiler/aasmtai.pas

+ 0 - 2
compiler/aasmtai.pas

@@ -2089,8 +2089,6 @@ implementation
          is_jmp:=false;
          opcode:=op;
          ops:=0;
-         fillchar(condition,sizeof(condition),0);
-         fillchar(oper,sizeof(oper),0);
       end;