summaryrefslogtreecommitdiff
path: root/ext/-test-
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-')
-rw-r--r--ext/-test-/enumerator_kw/enumerator_kw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/enumerator_kw/enumerator_kw.c b/ext/-test-/enumerator_kw/enumerator_kw.c
index cd6099ffb3..947d2b37e6 100644
--- a/ext/-test-/enumerator_kw/enumerator_kw.c
+++ b/ext/-test-/enumerator_kw/enumerator_kw.c
@@ -3,7 +3,7 @@
static VALUE
enumerator_kw(int argc, VALUE *argv, VALUE self)
{
- VALUE obj, opt, enum_args[4];
+ VALUE opt, enum_args[4];
enum_args[0] = Qnil;
enum_args[1] = Qnil;
rb_scan_args(argc, argv, "01*:", enum_args, enum_args+1, &opt);