Skip to content

Commit 517430e

Browse files
committed
reduce diff
1 parent ac3be4b commit 517430e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm_insnhelper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,7 +2158,7 @@ vm_search_cc(const VALUE klass, const struct rb_callinfo * const ci)
21582158

21592159
cme = rb_check_overloaded_cme(cme, ci);
21602160

2161-
const struct rb_callcache *cc = vm_cc_new(klass, cme, vm_call_general, vm_ci_cacheable(ci) ? cc_type_normal : cc_type_orphan);
2161+
const struct rb_callcache *cc = vm_cc_new(klass, cme, vm_call_general, cc_type_normal);
21622162
vm_ccs_push(klass, ccs, ci, cc);
21632163

21642164
VM_ASSERT(vm_cc_cme(cc) != NULL);

0 commit comments

Comments
 (0)