Skip to content

Commit

Permalink
Remove an apparently useless function.
Browse files Browse the repository at this point in the history
  • Loading branch information
bosilca committed Jul 5, 2016
1 parent 267821f commit 7397276
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 @@ -355,7 +355,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 7397276

Please sign in to comment.