Skip to content

Commit a05f2a9

Browse files
committed
ch4: remove init_comm
We no longer use init_comm facility.
1 parent b03a83d commit a05f2a9

File tree

3 files changed

+0
-81
lines changed

3 files changed

+0
-81
lines changed

src/mpid/ch4/include/mpidch4.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,4 @@ extern MPL_dbg_class MPIDI_CH4_DBG_COMM;
474474
extern MPL_dbg_class MPIDI_CH4_DBG_MEMORY;
475475
#endif /* MPL_USE_DBG_LOGGING */
476476

477-
/* routines only used during init */
478-
int MPIDI_create_init_comm(MPIR_Comm ** comm_ptr);
479-
void MPIDI_destroy_init_comm(MPIR_Comm ** comm_ptr);
480-
481477
#endif /* MPIDCH4_H_INCLUDED */

src/mpid/ch4/src/Makefile.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ noinst_HEADERS += src/mpid/ch4/src/ch4_comm.h \
4141
mpi_core_sources += src/mpid/ch4/src/ch4_globals.c \
4242
src/mpid/ch4/src/ch4_impl.c \
4343
src/mpid/ch4/src/ch4_init.c \
44-
src/mpid/ch4/src/init_comm.c \
4544
src/mpid/ch4/src/ch4_comm.c \
4645
src/mpid/ch4/src/ch4_spawn.c \
4746
src/mpid/ch4/src/ch4_win.c \

src/mpid/ch4/src/init_comm.c

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)