aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 11a6bfb847..4c2360e788 100644
--- a/hash.c
+++ b/hash.c
@@ -1416,7 +1416,6 @@ static VALUE
recursive_hash(VALUE hash, VALUE dummy, int recur)
{
int hval;
- VALUE n;
if (recur) {
return LONG2FIX(0);