mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 09:10:28 +02:00
- unused variable removed
git-svn-id: trunk@34941 -
This commit is contained in:
parent
86f0b59095
commit
3b665ddea2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user