Skip to content

Commit c530b0a

Browse files
committed
mpi/cxx: remove duplicate and now useless typedef
1 parent 50bb0de commit c530b0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ompi/mpi/cxx/cxx_glue.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ extern struct ompi_predefined_errhandler_t ompi_mpi_errors_throw_exceptions;
4747
/**
4848
* C++ invocation function signature
4949
*/
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);
5250
typedef void (ompi_cxx_dummy_fn_t) (void);
5351

5452
ompi_cxx_communicator_type_t ompi_cxx_comm_get_type (MPI_Comm comm);

0 commit comments

Comments
 (0)