Remove a warning about an unused label.
This commit was SVN r16429.
Этот коммит содержится в:
родитель
3dbd4d9be7
Коммит
3500376d9e
@ -690,10 +690,12 @@ static int init_one_hca(opal_list_t *btl_list, struct ibv_device* ib_dev)
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
||||
#if OMPI_HAVE_THREADS
|
||||
comp_channel:
|
||||
#if OMPI_ENABLE_PROGRESS_THREADS == 1
|
||||
ibv_destroy_comp_channel(hca->ib_channel);
|
||||
mpool_destroy:
|
||||
#endif
|
||||
#endif
|
||||
mca_mpool_base_module_destroy(hca->mpool);
|
||||
dealloc_pd:
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user