Skip to content

Commit 1d71361

Browse files
jhawthornparacycle
authored andcommitted
Revert "Fix check in cc_is_active"
This reverts commit 9d8af87.
1 parent b6d7041 commit 1d71361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iseq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ static bool
343343
cc_is_active(const struct rb_callcache *cc, bool reference_updating)
344344
{
345345
if (cc) {
346-
if (cc == rb_vm_empty_cc() || cc == rb_vm_empty_cc_for_super()) {
346+
if (cc == rb_vm_empty_cc() || rb_vm_empty_cc_for_super()) {
347347
return false;
348348
}
349349

0 commit comments

Comments
 (0)