summaryrefslogtreecommitdiff
path: root/ext/-test-/bug-3571/bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/bug-3571/bug.c')
-rw-r--r--ext/-test-/bug-3571/bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/bug-3571/bug.c b/ext/-test-/bug-3571/bug.c
index a64f054740..dd3c85cd79 100644
--- a/ext/-test-/bug-3571/bug.c
+++ b/ext/-test-/bug-3571/bug.c
@@ -8,7 +8,7 @@ bug_i(RB_BLOCK_CALL_FUNC_ARGLIST(i, arg))
}
static VALUE
-bug_start(VALUE self, VALUE hash)
+bug_start(VALUE self)
{
VALUE ary = rb_ary_new3(1, Qnil);
rb_block_call(ary, rb_intern("map"), 0, 0, bug_i, self);