mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Delete always true assert [ci skip]
This commit is contained in:
parent
85198262a3
commit
dd0e0eb4ac
1 changed files with 0 additions and 1 deletions
|
@ -1371,7 +1371,6 @@ prepare_callable_method_entry(VALUE defined_class, ID id, const rb_method_entry_
|
|||
if (me->defined_class == 0) {
|
||||
RB_DEBUG_COUNTER_INC(mc_cme_complement);
|
||||
VM_ASSERT_TYPE2(defined_class, T_ICLASS, T_MODULE);
|
||||
VM_ASSERT(me->defined_class == 0, "me->defined_class: %s", rb_obj_info(me->defined_class));
|
||||
|
||||
mtbl = RCLASS_CALLABLE_M_TBL(defined_class);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue