gdeque: remove unused variable

(cherry picked from commit 69883e04f1)
This commit is contained in:
Bernd Kreuss 2021-08-23 15:25:12 +02:00 committed by florian
parent ac3a97a649
commit 68766018ea

View File

@ -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;