From bcc10fbcd4c74a86c7fe3de6c67647a4ca9fd88f Mon Sep 17 00:00:00 2001 From: yohann Date: Wed, 19 Aug 2015 13:13:59 -0700 Subject: [PATCH] mtl/ofi: remove redundant code. --- ompi/mca/mtl/ofi/mtl_ofi_component.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ompi/mca/mtl/ofi/mtl_ofi_component.c b/ompi/mca/mtl/ofi/mtl_ofi_component.c index 2fc5e43362..9dabe7e142 100644 --- a/ompi/mca/mtl/ofi/mtl_ofi_component.c +++ b/ompi/mca/mtl/ofi/mtl_ofi_component.c @@ -244,7 +244,6 @@ ompi_mtl_ofi_component_init(bool enable_progress_threads, */ hints->domain_attr->threading = FI_THREAD_ENDPOINT; hints->domain_attr->control_progress = FI_PROGRESS_AUTO; - hints->fabric_attr->prov_name = NULL; /** * FI_VERSION provides binary backward and forward compatibility support