summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/eval.c b/eval.c
index 5b578ed28b..8703e8edc7 100644
--- a/eval.c
+++ b/eval.c
@@ -842,17 +842,6 @@ rb_block_given_p(void)
}
}
-/*! Determines if the current method is an interator.
- *
- * An alias of rb_block_given_p().
- * \ingroup defmethod
- */
-int
-rb_iterator_p(void)
-{
- return rb_block_given_p();
-}
-
VALUE rb_eThreadError;
/*! Declares that the current method needs a block.