1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove rb_opt_equality_specialized

This commit is contained in:
John Hawthorn 2021-09-03 15:25:26 -07:00 committed by Alan Wu
parent 9ebcd576f3
commit 10f1d808d5

View file

@ -2039,12 +2039,6 @@ opt_equality_specialized(VALUE recv, VALUE obj)
return RBOOL(recv == obj);
}
VALUE
rb_opt_equality_specialized(VALUE recv, VALUE obj)
{
return opt_equality_specialized(recv, obj);
}
static VALUE
opt_equality(const rb_iseq_t *cd_owner, VALUE recv, VALUE obj, CALL_DATA cd)
{