Skip to content

Commit

Permalink
Merge branch 'remove-unused-code' into mpi
Browse files Browse the repository at this point in the history
* remove-unused-code:
  fixup! Remove ununsed job states
  • Loading branch information
donald committed Jun 13, 2017
2 parents 269f78c + 95218ec commit fa6e3f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mxq_job.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,7 @@ int mxq_set_job_status_exited(struct mx_mysql *mysql, struct mxq_job *job)
" date_end = NULL"
" WHERE job_status IN ("
status_str(MXQ_JOB_STATUS_LOADED) ","
status_str(MXQ_JOB_STATUS_RUNNING) ","
status_str(MXQ_JOB_STATUS_KILLING) ")"
status_str(MXQ_JOB_STATUS_RUNNING) ")"
" AND job_id = ?"
" AND daemon_id = ?"
" AND host_pid = ?";
Expand Down

0 comments on commit fa6e3f7

Please sign in to comment.