Revert "[ENOMEM] don't perform set process operations if the other set is in an error state."

This reverts commit f3929abafe.
This commit is contained in:
Garret Rieger 2020-09-16 11:19:40 -07:00 committed by Behdad Esfahbod
parent f3929abafe
commit bbbcad0dbb
2 changed files with 0 additions and 1 deletions

View File

@ -544,7 +544,6 @@ struct hb_set_t
void process (const Op& op, const hb_set_t *other)
{
if (unlikely (!successful)) return;
if (unlikely (!other->successful)) return;
dirty ();