From 8080034eb21824f5d0399acbd4ce304a44a50a21 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 22 Nov 2006 19:50:27 +0000 Subject: [PATCH] Clean up a compile issue for bproc This commit was SVN r12653. --- orte/mca/ras/bjs/ras_bjs.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/orte/mca/ras/bjs/ras_bjs.c b/orte/mca/ras/bjs/ras_bjs.c index 98562fd13e..315e84ebd1 100644 --- a/orte/mca/ras/bjs/ras_bjs.c +++ b/orte/mca/ras/bjs/ras_bjs.c @@ -88,10 +88,6 @@ static size_t orte_ras_bjs_node_slots(char* node_name) return count; } -#if 0 -/* hang on to this code - it is used in the discover procedure, but - * is currently disabled - */ /** * Resolve the node name to node number. */ @@ -103,8 +99,6 @@ static int orte_ras_bjs_node_resolve(char* node_name, int* node_num) return ORTE_ERROR; return ORTE_SUCCESS; } -#endif - /** * Discover the available resources.