Skip to content

Commit 1f21f54

Browse files
bosilcahjelmn
authored andcommitted
Remove an apparently useless function.
(cherry picked from commit 7397276) Signed-off-by: Nathan Hjelm <[email protected]>
1 parent be030c3 commit 1f21f54

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

ompi/communicator/comm_init.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,6 @@ int ompi_comm_finalize(void)
341341
return OMPI_SUCCESS;
342342
}
343343

344-
/*
345-
* For linking only. To be checked.
346-
*/
347-
int ompi_comm_link_function(void)
348-
{
349-
return OMPI_SUCCESS;
350-
}
351-
352344
/********************************************************************************/
353345
/********************************************************************************/
354346
/********************************************************************************/

ompi/communicator/communicator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ static inline bool ompi_comm_peer_invalid(ompi_communicator_t* comm, int peer_id
351351
* Initialise MPI_COMM_WORLD and MPI_COMM_SELF
352352
*/
353353
int ompi_comm_init(void);
354-
OMPI_DECLSPEC int ompi_comm_link_function(void);
355354

356355
/**
357356
* extract the local group from a communicator

0 commit comments

Comments
 (0)