We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bb0de commit c530b0aCopy full SHA for c530b0a
ompi/mpi/cxx/cxx_glue.h
@@ -47,8 +47,6 @@ extern struct ompi_predefined_errhandler_t ompi_mpi_errors_throw_exceptions;
47
/**
48
* C++ invocation function signature
49
*/
50
-typedef void (ompi_errhandler_cxx_dispatch_fn_t)(void *handle, int *err_code,
51
- const char *message, ompi_errhandler_generic_handler_fn_t *fn);
52
typedef void (ompi_cxx_dummy_fn_t) (void);
53
54
ompi_cxx_communicator_type_t ompi_cxx_comm_get_type (MPI_Comm comm);
0 commit comments