Skip to content

Commit

Permalink
Remove an apparently useless function.
Browse files Browse the repository at this point in the history
(cherry picked from commit 7397276)
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
  • Loading branch information
bosilca authored and hjelmn committed Oct 12, 2016
1 parent be030c3 commit 1f21f54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions ompi/communicator/comm_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,6 @@ int ompi_comm_finalize(void)
return OMPI_SUCCESS;
}

/*
* For linking only. To be checked.
*/
int ompi_comm_link_function(void)
{
return OMPI_SUCCESS;
}

/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
Expand Down
1 change: 0 additions & 1 deletion ompi/communicator/communicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ static inline bool ompi_comm_peer_invalid(ompi_communicator_t* comm, int peer_id
* Initialise MPI_COMM_WORLD and MPI_COMM_SELF
*/
int ompi_comm_init(void);
OMPI_DECLSPEC int ompi_comm_link_function(void);

/**
* extract the local group from a communicator
Expand Down

0 comments on commit 1f21f54

Please sign in to comment.