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

Fix code to remove warning on build

parent 2160e845
No related branches found
No related tags found
No related merge requests found
/*****************************************************************************\
* complete.c - note the completion a slurm job or job step
* complete.c - note the completion a slurm job or job step
*****************************************************************************
* Copyright (C) 2002 The Regents of the University of California.
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -55,8 +55,6 @@ slurm_print_job_step_info_msg ( FILE* out, job_step_info_response_msg_t * job_st
void
slurm_print_job_step_info ( FILE* out, job_step_info_t * job_step_ptr )
{
int j;
fprintf ( out, "JobId=%u StepId=%u UserId=%u ",
job_step_ptr->job_id, job_step_ptr->step_id, job_step_ptr->user_id);
fprintf ( out, "StartTime=%ld Partition=%s Nodes=%s\n\n",
......
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