mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 18:28:51 +01:00
gdeque: remove unused variable
This commit is contained in:
parent
4fe3e1f8f8
commit
19062ce8af
@ -236,7 +236,7 @@ const
|
||||
cSizeSmall = 1*1024*1024;
|
||||
cSizeBig = 256*1024*1024;
|
||||
var
|
||||
i,OldEnd,
|
||||
OldEnd,
|
||||
DataSize,CurLast,EmptyElems,Elems:SizeUInt;
|
||||
begin
|
||||
OldEnd:=FCapacity;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user