summaryrefslogtreecommitdiff
path: root/vm_callinfo.h
diff options
context:
space:
mode:
-rw-r--r--vm_callinfo.h7
1 files changed, 5 insertions, 2 deletions
@@ -597,10 +597,13 @@ vm_cc_check_cme(const struct rb_callcache *cc, const rb_callable_method_entry_t
#if 1
// debug print
- fprintf(stderr, "iseq_overload:%d\n", (int)cme->def->iseq_overload);
rp(cme);
rp(vm_cc_cme(cc));
- rb_vm_lookup_overloaded_cme(cme);
#endif
return false;
}