aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/numeric.c b/numeric.c
index c331030d63..cd2b4affae 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2867,17 +2867,12 @@ int_downto(VALUE from, VALUE to)
* 0 1 2 3 4
*/
-VALUE yarv_invoke_Integer_times_special_block(VALUE);
-
static VALUE
int_dotimes(VALUE num)
{
VALUE val;
RETURN_ENUMERATOR(num, 0, 0);
- if((val = yarv_invoke_Integer_times_special_block(num)) != Qundef){
- return val;
- }
if (FIXNUM_P(num)) {
long i, end;