Skip to content
Snippets Groups Projects
Commit cf9bfd4f authored by Danny Auble's avatar Danny Auble
Browse files

Merge remote-tracking branch 'origin/slurm-2.5'

parents 56d451ff b89ac514
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,6 @@ extern int set_select_jobinfo(select_jobinfo_t *jobinfo, ...@@ -125,7 +125,6 @@ extern int set_select_jobinfo(select_jobinfo_t *jobinfo,
char *tmp_char = (char *) data; char *tmp_char = (char *) data;
bg_record_t *bg_record = (bg_record_t *) data; bg_record_t *bg_record = (bg_record_t *) data;
uint32_t new_size; uint32_t new_size;
uint16_t first_conn_type;
xassert(jobinfo); xassert(jobinfo);
...@@ -143,7 +142,6 @@ extern int set_select_jobinfo(select_jobinfo_t *jobinfo, ...@@ -143,7 +142,6 @@ extern int set_select_jobinfo(select_jobinfo_t *jobinfo,
break; break;
case SELECT_JOBDATA_GEOMETRY: case SELECT_JOBDATA_GEOMETRY:
new_size = 1; new_size = 1;
first_conn_type = jobinfo->conn_type[0];
for (i=0; i<jobinfo->dim_cnt; i++) { for (i=0; i<jobinfo->dim_cnt; i++) {
jobinfo->geometry[i] = uint16[i]; jobinfo->geometry[i] = uint16[i];
new_size *= uint16[i]; new_size *= uint16[i];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment