summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/hash.c b/hash.c
index f51f46b04b..af1d832a20 100644
--- a/hash.c
+++ b/hash.c
@@ -55,19 +55,6 @@ eql(args)
return (VALUE)rb_eql(args[0], args[1]);
}
-static VALUE
-eql_failed()
-{
- return Qfalse;
-}
-
-static VALUE
-any_eql(args)
- VALUE *args;
-{
- return rb_rescue(eql, (VALUE)args, eql_failed, 0);
-}
-
static int
rb_any_cmp(a, b)
VALUE a, b;