1
1

mpi/cxx: remove duplicate and now useless typedef

Этот коммит содержится в:
Gilles Gouaillardet 2016-10-15 14:30:00 +09:00
родитель 50bb0ded70
Коммит c530b0a07c

Просмотреть файл

@ -47,8 +47,6 @@ extern struct ompi_predefined_errhandler_t ompi_mpi_errors_throw_exceptions;
/** /**
* C++ invocation function signature * C++ invocation function signature
*/ */
typedef void (ompi_errhandler_cxx_dispatch_fn_t)(void *handle, int *err_code,
const char *message, ompi_errhandler_generic_handler_fn_t *fn);
typedef void (ompi_cxx_dummy_fn_t) (void); typedef void (ompi_cxx_dummy_fn_t) (void);
ompi_cxx_communicator_type_t ompi_cxx_comm_get_type (MPI_Comm comm); ompi_cxx_communicator_type_t ompi_cxx_comm_get_type (MPI_Comm comm);