1
1

Remove a warning about an unused label.

This commit was SVN r16429.
Этот коммит содержится в:
Jeff Squyres 2007-10-11 16:38:37 +00:00
родитель 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: