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

Remove redundant variable

parent 6cc8e458
No related branches found
No related tags found
No related merge requests found
...@@ -602,7 +602,7 @@ static int _check_status_file(stepd_step_rec_t *job, ...@@ -602,7 +602,7 @@ static int _check_status_file(stepd_step_rec_t *job,
} }
// Check the result // Check the result
if (status == 0 && !terminated) { if (status == 0) {
if (task->killed_by_cmd) { if (task->killed_by_cmd) {
// We've been killed by request. User already knows // We've been killed by request. User already knows
return SLURM_SUCCESS; return SLURM_SUCCESS;
......
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