diff --git a/src/mpi/cxx/constants.h b/src/mpi/cxx/constants.h index 12eae38b4b..4927c3f497 100644 --- a/src/mpi/cxx/constants.h +++ b/src/mpi/cxx/constants.h @@ -4,9 +4,6 @@ // -#if defined(c_plusplus) || defined(__cplusplus) -extern "C" { -#endif // return codes OMPI_DECLSPEC extern const int SUCCESS; OMPI_DECLSPEC extern const int ERR_BUFFER; @@ -209,8 +206,3 @@ OMPI_DECLSPEC extern const Group GROUP_EMPTY; // topologies OMPI_DECLSPEC extern const int GRAPH; OMPI_DECLSPEC extern const int CART; - -#if defined(c_plusplus) || defined(__cplusplus) -} -#endif -