Browse Source

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

git-svn-id: trunk@21101 -
sergei 13 years ago
parent
commit
be5a5d6ae6
1 changed files with 0 additions and 2 deletions
  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;