Browse Source

- unused variable removed

git-svn-id: trunk@34941 -
florian 8 years ago
parent
commit
3b665ddea2
1 changed files with 0 additions and 1 deletions
  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