From b89ac514bf02e0ddda79df2a0fd7d39fcac11dd0 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Wed, 22 May 2013 13:24:54 -0700
Subject: [PATCH] BGQ - remove unused variable.

---
 src/plugins/select/bluegene/bg_job_info.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/select/bluegene/bg_job_info.c b/src/plugins/select/bluegene/bg_job_info.c
index 8a8523f3d86..670ace1f2d9 100644
--- a/src/plugins/select/bluegene/bg_job_info.c
+++ b/src/plugins/select/bluegene/bg_job_info.c
@@ -125,7 +125,6 @@ extern int set_select_jobinfo(select_jobinfo_t *jobinfo,
 	char *tmp_char = (char *) data;
 	bg_record_t *bg_record = (bg_record_t *) data;
 	uint32_t new_size;
-	uint16_t first_conn_type;
 
 	xassert(jobinfo);
 
@@ -143,7 +142,6 @@ extern int set_select_jobinfo(select_jobinfo_t *jobinfo,
 		break;
 	case SELECT_JOBDATA_GEOMETRY:
 		new_size = 1;
-		first_conn_type = jobinfo->conn_type[0];
 		for (i=0; i<jobinfo->dim_cnt; i++) {
 			jobinfo->geometry[i] = uint16[i];
 			new_size *= uint16[i];
-- 
GitLab