Skip to content

Commit 65e09d4

Browse files
committed
Didn't mean to merge this a while back
1 parent 9dbf1d7 commit 65e09d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vm_callinfo.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,6 @@ vm_cc_refinement_p(const struct rb_callcache *cc)
399399
static inline bool
400400
vm_cc_class_check(const struct rb_callcache *cc, VALUE klass)
401401
{
402-
if (!IMEMO_TYPE_P(cc, imemo_callcache)) {
403-
fprintf(stderr, "Error: vm_cc_class_check called on %s (%p)\n", rb_obj_info((VALUE)cc), (void*)cc);
404-
}
405402
VM_ASSERT(IMEMO_TYPE_P(cc, imemo_callcache));
406403
VM_ASSERT(cc_check_class(cc->klass));
407404
return cc->klass == klass;

0 commit comments

Comments
 (0)