소스 검색

- removed unused local vars of tcgz80.g_concatcopy

git-svn-id: branches/z80@44693 -
nickysn 5 년 전
부모
커밋
87258f4004
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      compiler/z80/cgcpu.pas

+ 1 - 5
compiler/z80/cgcpu.pas

@@ -1870,12 +1870,8 @@ unit cgcpu;
 
     procedure tcgz80.g_concatcopy(list : TAsmList;const source,dest : treference;len : tcgint);
       var
-        countreg,tmpreg,srcreg,dstreg: tregister;
+        tmpreg,srcreg,dstreg: tregister;
         srcref,dstref : treference;
-        copysize,countregsize : tcgsize;
-        l : TAsmLabel;
-        i : longint;
-        SrcQuickRef, DestQuickRef : Boolean;
       begin
         if (len=1) and (not assigned(source.symbol) and
             ((source.base=NR_IX) or (source.base=NR_IY) or