瀏覽代碼

- 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