[set] One more try to fix things

That I don't let a "make check -j10" run finish before pushing things
out means either that we need to speed up our build / test process,
or I need a faster laptop...
This commit is contained in:
Behdad Esfahbod 2021-08-24 11:11:12 -06:00
parent 357976963e
commit c90678cbc5
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ struct hb_bit_set_t
bool resize (unsigned int count)
{
if (unlikely (!successful)) return false;
if (count <= pages.length) return true;
if (unlikely (!pages.resize (count) || !page_map.resize (count)))
{
pages.resize (page_map.length);