summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enumerator.c b/enumerator.c
index 3f8d63286f..a1577ae5b0 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -1018,8 +1018,6 @@ generator_init(VALUE obj, VALUE proc)
return obj;
}
-VALUE rb_obj_is_proc(VALUE proc);
-
/* :nodoc: */
static VALUE
generator_initialize(int argc, VALUE *argv, VALUE obj)