Преглед изворни кода

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