Skip to content

Commit 7397276

Browse files
committed
Remove an apparently useless function.
1 parent 267821f commit 7397276

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
@@ -355,7 +355,6 @@ static inline bool ompi_comm_peer_invalid(ompi_communicator_t* comm, int peer_id
355355
* Initialise MPI_COMM_WORLD and MPI_COMM_SELF
356356
*/
357357
int ompi_comm_init(void);
358-
OMPI_DECLSPEC int ompi_comm_link_function(void);
359358

360359
/**
361360
* extract the local group from a communicator

0 commit comments

Comments
 (0)