LazUtils: Remove an inaccurate comment about optimization in UTF8CodepointSizeFast.

This commit is contained in:
Juha 2024-02-28 10:37:08 +02:00
parent 8117ca5a5d
commit fee8dbf80e

View File

@ -476,7 +476,7 @@ begin
//#252, #253 : Result := 6;
//#254 : Result := 7;
else Result := 1; // An optimization + prevents compiler warning about uninitialized Result.
else Result := 1; // Prevent compiler warning about uninitialized Result.
end;
end;