We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8755fd commit 0ec1a71Copy full SHA for 0ec1a71
1 file changed
HashLib/src/Checksum/HlpCRC.pas
@@ -1453,7 +1453,6 @@ function TCRC.TransformFinal: IHashResult;
1453
LUInt32: UInt32;
1454
LUInt16: UInt16;
1455
LUInt8: UInt8;
1456
-
1457
begin
1458
1459
if Width > Delta then
@@ -1515,7 +1514,6 @@ function TCRC.TransformFinal: IHashResult;
1515
1514
end;
1516
1517
Initialize();
1518
1519
1520
1521
end.
0 commit comments