mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[Coverage] Remove unnecessary check
This commit is contained in:
parent
ee9b631d19
commit
71910fdf91
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ struct Coverage
|
|||
u.format = !unsorted && count <= num_ranges * 3 ? 1 : 2;
|
||||
|
||||
#ifndef HB_NO_BEYOND_64K
|
||||
if (count && max > 0xFFFFu)
|
||||
if (max > 0xFFFFu)
|
||||
u.format += 2;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue