From 5e99d45ae4147d8225bcb0271adc7cf2db84f24a Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 13 Jul 2011 03:42:20 +0000 Subject: [PATCH] Remove unused variable This commit was SVN r24887. --- opal/mca/carto/base/carto_base_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/carto/base/carto_base_select.c b/opal/mca/carto/base/carto_base_select.c index b822ef3634..f00a9e65b8 100644 --- a/opal/mca/carto/base/carto_base_select.c +++ b/opal/mca/carto/base/carto_base_select.c @@ -37,7 +37,7 @@ const opal_carto_base_module_1_0_0_t *opal_carto_base_module = NULL; int opal_carto_base_select(void) { - int ret, exit_status = OPAL_SUCCESS; + int exit_status = OPAL_SUCCESS; opal_carto_base_component_2_0_0_t *best_component = NULL; opal_carto_base_module_1_0_0_t *best_module = NULL;