mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 22:09:28 +02:00
LazUtils: Remove an inaccurate comment about optimization in UTF8CodepointSizeFast.
This commit is contained in:
parent
8117ca5a5d
commit
fee8dbf80e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user