From 66e532669a392194983219ceb66f6d7e0da30ef2 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 16 Apr 2008 20:33:53 +0000 Subject: [PATCH] Remove some dead code This commit was SVN r18182. --- orte/mca/rmaps/round_robin/rmaps_rr.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/orte/mca/rmaps/round_robin/rmaps_rr.c b/orte/mca/rmaps/round_robin/rmaps_rr.c index c893b43ba6..15b95a243c 100644 --- a/orte/mca/rmaps/round_robin/rmaps_rr.c +++ b/orte/mca/rmaps/round_robin/rmaps_rr.c @@ -484,15 +484,6 @@ static int orte_rmaps_rr_map(orte_job_t *jdata) return ORTE_SUCCESS; -#if 0 - if(!opal_list_is_empty(&procs)){ - if(ORTE_SUCCESS != (rc = orte_rmaps_base_rearrange_map(app, map, &procs))) { - ORTE_ERROR_LOG(rc); - goto cleanup; - } - } -#endif - error: while(NULL != (item = opal_list_remove_first(&node_list))) { OBJ_RELEASE(item);