From 8ab2b11f883996c1f430f2eb8dda5ed03192af9b Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 17 Jun 2015 09:00:12 -0700 Subject: [PATCH] btl_openib.c: fix another compiler warning Remove this unused variable --- opal/mca/btl/openib/btl_openib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/opal/mca/btl/openib/btl_openib.c b/opal/mca/btl/openib/btl_openib.c index 2bb7c98f20..53e22100aa 100644 --- a/opal/mca/btl/openib/btl_openib.c +++ b/opal/mca/btl/openib/btl_openib.c @@ -1355,7 +1355,6 @@ mca_btl_base_descriptor_t* mca_btl_openib_prepare_src( uint32_t iov_count = 1; size_t max_data = *size; void *ptr; - int rc; assert(MCA_BTL_NO_ORDER == order);