summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/array.c b/array.c
index 2794e8dbf9..5e91ae9293 100644
--- a/array.c
+++ b/array.c
@@ -1437,9 +1437,8 @@ rb_ary_diff(ary1, ary2)
}
static VALUE
-ary_make_hash(ary1, ary2, func)
+ary_make_hash(ary1, ary2)
VALUE ary1, ary2;
- int (*func)();
{
VALUE hash = rb_hash_new();
int i, n;