summaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
Diffstat (limited to 'range.c')
-rw-r--r--range.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/range.c b/range.c
index 684566e3b5..109dd722cc 100644
--- a/range.c
+++ b/range.c
@@ -109,8 +109,6 @@ static int
r_eq(a, b)
VALUE a, b;
{
- VALUE r;
-
if (a == b) return Qtrue;
if (rb_funcall(a, id_cmp, 1, b) == INT2FIX(0))