From: Alastair McKinstry Date: Mon, 5 Feb 2018 09:06:53 +0000 (+0000) Subject: test-3589 X-Git-Tag: archive/raspbian/2.1.1-8+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1a9b68033c86d30ddc397a0b4b766616bbdfc990;p=openmpi.git test-3589 =================================================================== Gbp-Pq: Name test-3589.patch --- diff --git a/ompi/mpi/cxx/cxx_glue.h b/ompi/mpi/cxx/cxx_glue.h index 8cb906f9..bee57540 100644 --- a/ompi/mpi/cxx/cxx_glue.h +++ b/ompi/mpi/cxx/cxx_glue.h @@ -15,7 +15,6 @@ #define OMPI_CXX_COMM_GLUE_H #include "ompi_config.h" -#include "ompi/errhandler/errhandler.h" #include #include "mpi.h" @@ -81,9 +80,6 @@ ompi_cxx_intercept_file_extra_state_t *ompi_cxx_new_intercept_state (void *read_fn_cxx, void *write_fn_cxx, void *extent_fn_cxx, void *extra_state_cxx); -void ompi_cxx_errhandler_set_cxx_dispatch_fn (struct ompi_errhandler_t *errhandler, - ompi_errhandler_cxx_dispatch_fn_t *dispatch_fn); - void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn, ompi_file_errhandler_fn *eh_file_fn, MPI_Win_errhandler_function *eh_win_fn);