소스 검색

- unused variable removed

git-svn-id: trunk@34941 -
florian 8 년 전
부모
커밋
3b665ddea2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      rtl/avr/avr.inc

+ 0 - 1
rtl/avr/avr.inc

@@ -25,7 +25,6 @@ procedure fpc_cpuinit;{$ifdef SYSTEMINLINE}inline;{$endif}
 {$define FPC_SYSTEM_HAS_MOVE}
 procedure Move(const source;var dest;count:SizeInt);[public, alias: 'FPC_MOVE'];
 var
-  aligncount : sizeint;
   pdest,psrc,pend : pbyte;
 begin
   if (@dest=@source) or (count<=0) then