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

remove unused variable

parent a44ba2e8
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ static int _job_modify(uint32_t jobid, char *bank_ptr,
}
if (new_hostlist) {
int i, rc = 0, task_cnt;
int rc = 0, task_cnt;
hostlist_t hl;
char *tasklist;
......
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