summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 12:35:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 12:35:00 +0000
commit8b14bd4e146dcdbff705941a67f980ec5009ea03 (patch)
tree4f1abe427e221dc74214dfa332eacebfc6c1ac81 /include
parentd3aad1592213ed2c6ade84b09119c9fce46d185e (diff)
Should be true fix for r66200
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)