* src/bdf/bdflib.c (bdf_atous_): Remove unnecessary checks.

This commit is contained in:
Alexei Podtelezhnikov 2025-01-22 21:17:57 -05:00
parent 40a7458500
commit bfe793ccec
1 changed files with 0 additions and 3 deletions

View File

@ -475,9 +475,6 @@
unsigned short v;
if ( s == NULL || *s == 0 )
return 0;
for ( v = 0; sbitset( ddigits, *s ); s++ )
{
if ( v < ( FT_USHORT_MAX - 9 ) / 10 )