File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1680,21 +1680,6 @@ AS_IF([test "$rb_cv_func_weak" != x], [
16801680 AC_DEFINE ( HAVE_FUNC_WEAK )
16811681] )
16821682
1683- AC_CACHE_CHECK ( [ for __attribute__((__deprecated__(msg))) in C++] ,
1684- rb_cv_CentOS6_CXX_workaround ,
1685- RUBY_WERROR_FLAG ( [
1686- AC_LANG_PUSH ( [ C++] )
1687- AC_COMPILE_IFELSE (
1688- [ AC_LANG_PROGRAM (
1689- [ ] ,
1690- [ __attribute__((__deprecated__("message"))) int conftest(...);] ) ] ,
1691- [ rb_cv_CentOS6_CXX_workaround=yes] ,
1692- [ rb_cv_CentOS6_CXX_workaround=no] )
1693- AC_LANG_POP ( ) ] ))
1694- AS_IF ( [ test "$rb_cv_CentOS6_CXX_workaround" != no] ,[
1695- AC_DEFINE ( [ RUBY_CXX_DEPRECATED(msg)] ,
1696- [ __attribute__((__deprecated__(msg)))] ) ] )
1697-
16981683AC_CACHE_CHECK ( [ for std::nullptr_t] , rb_cv_CXX_nullptr , [
16991684 AC_LANG_PUSH ( [ C++] )
17001685 AC_COMPILE_IFELSE (
You can’t perform that action at this time.
0 commit comments