summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/object.c b/object.c
index ea79607170..712c8b7581 100644
--- a/object.c
+++ b/object.c
@@ -656,7 +656,6 @@ static VALUE
rb_mod_cmp(mod, arg)
VALUE mod, arg;
{
- VALUE start = mod;
VALUE cmp;
if (mod == arg) return INT2FIX(0);