From 623d9f80ff9a5a4c20e825a38d770c40da3bb4ea Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 11 Nov 2004 20:47:01 +0000
Subject: [PATCH] Update some comments. No changes in logic.

---
 src/plugins/select/bluegene/bgl_switch_connections.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/plugins/select/bluegene/bgl_switch_connections.c b/src/plugins/select/bluegene/bgl_switch_connections.c
index e16b400cb09..64678200ce9 100644
--- a/src/plugins/select/bluegene/bgl_switch_connections.c
+++ b/src/plugins/select/bluegene/bgl_switch_connections.c
@@ -1,6 +1,6 @@
 /*****************************************************************************\
- *  bgl_switch_connections.c
- * 
+ *  bgl_switch_connections.c - Blue Gene switch management functions, 
+ *  establish switch connections
  *****************************************************************************
  *  Copyright (C) 2004 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
@@ -31,9 +31,6 @@ void _connect(rm_partition_t *my_part, rm_switch_t *my_switch,
 	      rm_connection_t *conn1, rm_connection_t *conn2, rm_connection_t *conn3,
 	      int first)
 {
-	// rm_get_data(bgl,RM_FirstSwitch,&my_switch);
-	// rm_get_data(bgl,RM_NextSwitch,&my_switch);
-	
 	if (first){
 		rm_set_data(my_switch,RM_SwitchFirstConnection,conn1);
 		rm_set_data(my_switch,RM_SwitchSecondConnection,conn2);
-- 
GitLab