summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index c3b07442ff..781beefc6b 100644
--- a/hash.c
+++ b/hash.c
@@ -1670,7 +1670,7 @@ rb_hash_rassoc(VALUE hash, VALUE obj)
static VALUE
rb_hash_flatten(int argc, VALUE *argv, VALUE hash)
{
- VALUE ary;
+ VALUE ary, tmp;
ary = rb_hash_to_a(hash);
if (argc == 0) {