This commit is contained in:
Behdad Esfahbod 2015-04-08 12:49:23 -07:00
parent 9868749abe
commit 3fe4e92bc5
1 changed files with 0 additions and 1 deletions

View File

@ -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;