aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/array.c b/array.c
index 7c7fae0844..89614e6085 100644
--- a/array.c
+++ b/array.c
@@ -3046,7 +3046,6 @@ rb_ary_cycle(VALUE ary)
return Qnil;
}
-VALUE rb_str_tmp_new(long);
#define tmpbuf(n, size) rb_str_tmp_new((n)*(size))
/*