Skip to content
Snippets Groups Projects
Commit 5bb73b8e authored by Morris Jette's avatar Morris Jette
Browse files

Remove unused/vestigial variable

parent b2c19476
No related branches found
No related tags found
No related merge requests found
......@@ -1870,7 +1870,6 @@ extern bitstr_t *select_p_step_pick_nodes(struct job_record *job_ptr,
bg_record = find_bg_record_in_list(
bg_lists->main, jobinfo->bg_block_id);
if (!bg_record || (bg_record->magic != BLOCK_MAGIC)) {
int rc;
error("select_p_step_pick_nodes: "
"Whoa, some how we got a bad block for job %u, "
"it should be %s but we couldn't find "
......
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