mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Minor
This commit is contained in:
parent
9868749abe
commit
3fe4e92bc5
1 changed files with 0 additions and 1 deletions
|
@ -354,7 +354,6 @@ struct hb_frozen_set_t
|
|||
return;
|
||||
unsigned int min = set.get_min ();
|
||||
const elt_t &min_elt = set.elt (min);
|
||||
const elt_t &max_elt = set.elt (max);
|
||||
|
||||
start = min & ~MASK;
|
||||
count = max - start + 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue