summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2021-09-03 15:25:26 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:40 -0400
commit10f1d808d57ac3e8e5c30385b61300d3cc40b0db (patch)
tree2ef1c74d84dba8e70162e92fc06384da78e87caa /vm_insnhelper.c
parent9ebcd576f367280c60064bc98fe35b1f2fb27e2b (diff)
Remove rb_opt_equality_specialized
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 1b1958320d..802305ff01 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -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)
{