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:
parent
9ebcd576f3
commit
10f1d808d5
1 changed files with 0 additions and 6 deletions
|
@ -2039,12 +2039,6 @@ opt_equality_specialized(VALUE recv, VALUE obj)
|
||||||
return RBOOL(recv == obj);
|
return RBOOL(recv == obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
VALUE
|
|
||||||
rb_opt_equality_specialized(VALUE recv, VALUE obj)
|
|
||||||
{
|
|
||||||
return opt_equality_specialized(recv, obj);
|
|
||||||
}
|
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
opt_equality(const rb_iseq_t *cd_owner, VALUE recv, VALUE obj, CALL_DATA cd)
|
opt_equality(const rb_iseq_t *cd_owner, VALUE recv, VALUE obj, CALL_DATA cd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue