summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/array.c b/array.c
index ff5ded0e5c..59dfe31ce2 100644
--- a/array.c
+++ b/array.c
@@ -207,13 +207,6 @@ to_ary(ary)
return rb_convert_type(ary, T_ARRAY, "Array", "to_ary");
}
-static VALUE
-to_ary_failed(failed)
- int *failed;
-{
- *failed = Qtrue;
-}
-
static VALUE rb_ary_replace _((VALUE, VALUE));
static VALUE