summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 649ece290a..9e9423e810 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -2163,11 +2163,6 @@ rb_array_const_ptr(VALUE a)
return rb_array_const_ptr_transient(a);
}
-/* fix related to r66200 */
-#ifdef __INTEL_COMPILER
-VALUE *rb_ary_ptr_use_start(VALUE ary);
-#endif
-
/* internal function. do not use this function */
static inline VALUE *
rb_array_ptr_use_start(VALUE a, int allow_transient)