Explorar el Código

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

git-svn-id: trunk@21101 -
sergei hace 13 años
padre
commit
be5a5d6ae6
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;