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

Remove bogus bgl_free_partition() call

parent fd2c0273
No related branches found
No related tags found
No related merge requests found
...@@ -373,9 +373,6 @@ static void _term_agent(bgl_update_t *bgl_update_ptr) ...@@ -373,9 +373,6 @@ static void _term_agent(bgl_update_t *bgl_update_ptr)
continue; continue;
} }
//set partition to a free state
bgl_free_partition(part_id);
if (strcmp(part_id, bgl_update_ptr->bgl_part_id) != 0) if (strcmp(part_id, bgl_update_ptr->bgl_part_id) != 0)
continue; continue;
if ((rc = rm_get_data(job_elem, RM_JobDBJobID, &job_id)) if ((rc = rm_get_data(job_elem, RM_JobDBJobID, &job_id))
......
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