1
1

Oops! Remove duplicate registration.

This commit was SVN r28588.
Этот коммит содержится в:
Jeff Squyres 2013-06-05 11:55:19 +00:00
родитель 1de00b17ad
Коммит 3019b7a3f8

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

@ -163,7 +163,6 @@ static int btl_openib_component_register(void)
int ret;
/* register IB component parameters */
ret = btl_openib_register_mca_params();
if (OMPI_SUCCESS != (ret = btl_openib_register_mca_params())) {
return ret;
}