From 8b14bd4e146dcdbff705941a67f980ec5009ea03 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 6 Dec 2018 12:35:00 +0000 Subject: Should be true fix for r66200 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/ruby/ruby.h') 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) -- cgit v1.2.3