@@ -15,8 +15,8 @@ dnl Copyright (c) 2006-2008 Sun Microsystems, Inc. All rights reserved.
15
15
dnl Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights
16
16
dnl reserved.
17
17
dnl Copyright (c) 2009 Oak Ridge National Labs. All rights reserved.
18
- dnl Copyright (c) 2014-2017 Research Organization for Information Science
19
- dnl and Technology (RIST). All rights reserved.
18
+ dnl Copyright (c) 2014-2019 Research Organization for Information Science
19
+ dnl and Technology (RIST). All rights reserved.
20
20
dnl Copyright (c) 2016 IBM Corporation. All rights reserved.
21
21
dnl Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
22
22
dnl $COPYRIGHT $
@@ -487,14 +487,6 @@ AC_DEFUN([OMPI_SETUP_MPI_FORTRAN],[
487
487
[OMPI_FORTRAN_HAVE_PRIVATE= 1],
488
488
[OMPI_FORTRAN_HAVE_PRIVATE= 0])])
489
489
490
- OMPI_FORTRAN_HAVE_PROTECTED= 0
491
- AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \
492
- test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS ],
493
- [ # Does the compiler support "protected"
494
- OMPI_FORTRAN_CHECK_PROTECTED(
495
- [OMPI_FORTRAN_HAVE_PROTECTED= 1],
496
- [OMPI_FORTRAN_HAVE_PROTECTED= 0])])
497
-
498
490
OMPI_FORTRAN_HAVE_ABSTRACT= 0
499
491
AS_IF([test $OMPI_TRY_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \
500
492
test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS ],
@@ -754,12 +746,6 @@ end type test_mpi_handle],
754
746
[$OMPI_FORTRAN_HAVE_PRIVATE ],
755
747
[For mpi-f08-types.f90 and ompi_info: whether the compiler supports the " private" keyword or not (used in MPI_Status)])
756
748
757
- # For configure-fortran-output.h, mpi-f08-types.F90 (and ompi_info)
758
- AC_SUBST([OMPI_FORTRAN_HAVE_PROTECTED])
759
- AC_DEFINE_UNQUOTED([OMPI_FORTRAN_HAVE_PROTECTED],
760
- [$OMPI_FORTRAN_HAVE_PROTECTED ],
761
- [For mpi-f08-types.f90 and .F90 and ompi_info: whether the compiler supports the " protected" keyword or not])
762
-
763
749
# For configure-fortran-output.h, mpi-f08-interfaces-callbacks.F90
764
750
# (and ompi_info)
765
751
AC_SUBST([OMPI_FORTRAN_HAVE_ABSTRACT])
0 commit comments