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

Remove unused variable

parent b074bc7f
No related branches found
No related tags found
No related merge requests found
...@@ -1780,11 +1780,9 @@ _requeue_job(uint32_t job_id, uint32_t slurm_rc) ...@@ -1780,11 +1780,9 @@ _requeue_job(uint32_t job_id, uint32_t slurm_rc)
struct requeue_msg req; struct requeue_msg req;
slurm_msg_t resp_msg; slurm_msg_t resp_msg;
int rc; int rc;
char buf[64];
slurm_msg_t_init(&resp_msg); slurm_msg_t_init(&resp_msg);
sprintf(buf, "%u", job_id);
req.job_id = job_id; req.job_id = job_id;
req.state = JOB_REQUEUE_HOLD; req.state = JOB_REQUEUE_HOLD;
......
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