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:
parent
f3929abafe
commit
bbbcad0dbb
@ -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 ();
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user