1
1

Remove dead code that was related to ticket #2971

This commit was SVN r26701.
Этот коммит содержится в:
Yevgeny Kliteynik 2012-07-02 11:19:09 +00:00
родитель 7dcce6d19b
Коммит 0e28fa984b

Просмотреть файл

@ -128,13 +128,6 @@ int ompi_mtl_mxm_module_init(void)
return OMPI_ERROR;
}
#if 0 /* https://svn.open-mpi.org/trac/ompi/ticket/2971 */
if ((rc = ompi_proc_refresh()) != OMPI_SUCCESS) {
MXM_ERROR("Unable to refresh processes");
return OMPI_ERROR;
}
#endif
if (NULL == (procs = ompi_proc_world(&totps))) {
MXM_ERROR("Unable to obtain process list");
return OMPI_ERROR;