Revert "[ENOMEM] don't perform set process operations if the other set is in an error state."
This reverts commit f3929abafe3b64f15d0dc2d21ad7b493eeb92dfe.
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…
x
Reference in New Issue
Block a user