Skip to content
Snippets Groups Projects
Commit a08cf841 authored by Moe Jette's avatar Moe Jette
Browse files

fix vestigial part of a line that breaks compilation

parent 714d245c
No related branches found
No related tags found
No related merge requests found
......@@ -2539,7 +2539,6 @@ extern int _job_alloc(void *job_gres_data, void *node_gres_data,
*/
if (job_gres_ptr->gres_bit_alloc[node_offset]) {
/* Resuming a suspended job, resources already allocated */
gres_name, job_id, node_name);
if (node_gres_ptr->gres_bit_alloc == NULL) {
node_gres_ptr->gres_bit_alloc =
bit_copy(job_gres_ptr->
......
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