diff --git a/array.c b/array.c index bee0478e80..e2265f654c 100644 --- a/array.c +++ b/array.c @@ -263,12 +263,6 @@ ary_verify_(VALUE ary, const char *file, int line) return ary; } - -void -rb_ary_verify(VALUE ary) -{ - ary_verify(ary); -} #else #define ary_verify(ary) ((void)0) #endif