summaryrefslogtreecommitdiff
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 5a12efd4f2..17d4186acf 100644
--- a/hash.c
+++ b/hash.c
@@ -3307,7 +3307,6 @@ rb_hash_transform_keys_bang(int argc, VALUE *argv, VALUE hash)
}
rb_ary_clear(pairs);
rb_hash_clear(new_keys);
- rb_gc_force_recycle(new_keys);
}
return hash;
}