Skip to content

Commit cda251e

Browse files
committed
mpi/cxx: remove nonexistent function from cxx glue
This commit removes a nonexistent function that was causing build problems under certain environments. Reference #3442 Signed-off-by: Nathan Hjelm <[email protected]> (cherry picked from commit ee9093c) Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 2484ea9 commit cda251e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ompi/mpi/cxx/cxx_glue.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
3-
* Copyright (c) 2016 Los Alamos National Security, LLC. All rights
3+
* Copyright (c) 2016-2017 Los Alamos National Security, LLC. All rights
44
* reserved.
55
* Copyright (c) 2016 Research Organization for Information Science
66
* and Technology (RIST). All rights reserved.
@@ -15,7 +15,6 @@
1515
#define OMPI_CXX_COMM_GLUE_H
1616

1717
#include "ompi_config.h"
18-
#include "ompi/errhandler/errhandler.h"
1918
#include <stdlib.h>
2019

2120
#include "mpi.h"
@@ -81,9 +80,6 @@ ompi_cxx_intercept_file_extra_state_t
8180
*ompi_cxx_new_intercept_state (void *read_fn_cxx, void *write_fn_cxx, void *extent_fn_cxx,
8281
void *extra_state_cxx);
8382

84-
void ompi_cxx_errhandler_set_cxx_dispatch_fn (struct ompi_errhandler_t *errhandler,
85-
ompi_errhandler_cxx_dispatch_fn_t *dispatch_fn);
86-
8783
void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn,
8884
ompi_file_errhandler_fn *eh_file_fn, MPI_Win_errhandler_function *eh_win_fn);
8985

0 commit comments

Comments
 (0)