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

Remove redundant (duplicate) code.

parent c8d40a4f
No related branches found
No related tags found
No related merge requests found
...@@ -1908,7 +1908,6 @@ static void _job_timed_out(struct job_record *job_ptr) ...@@ -1908,7 +1908,6 @@ static void _job_timed_out(struct job_record *job_ptr)
if (job_ptr->details) { if (job_ptr->details) {
time_t now = time(NULL); time_t now = time(NULL);
last_job_update = now;
job_ptr->end_time = now; job_ptr->end_time = now;
job_ptr->time_last_active = now; job_ptr->time_last_active = now;
job_ptr->job_state = JOB_TIMEOUT | JOB_COMPLETING; job_ptr->job_state = JOB_TIMEOUT | JOB_COMPLETING;
......
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