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

Removed some unreferenced variables (they were producing warnings).

parent f06160d3
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,6 @@ int ...@@ -281,7 +281,6 @@ int
pack_step (struct step_record *dump_step_ptr, void **buf_ptr, int *buf_len) pack_step (struct step_record *dump_step_ptr, void **buf_ptr, int *buf_len)
{ {
char node_inx_ptr[BUF_SIZE]; char node_inx_ptr[BUF_SIZE];
int len;
if (dump_step_ptr->job_ptr) if (dump_step_ptr->job_ptr)
pack32 (dump_step_ptr->job_ptr->job_id, buf_ptr, buf_len); pack32 (dump_step_ptr->job_ptr->job_id, buf_ptr, buf_len);
...@@ -325,7 +324,7 @@ pack_step (struct step_record *dump_step_ptr, void **buf_ptr, int *buf_len) ...@@ -325,7 +324,7 @@ pack_step (struct step_record *dump_step_ptr, void **buf_ptr, int *buf_len)
int int
step_create (struct step_specs *step_specs) step_create (struct step_specs *step_specs)
{ {
int error_code, nprocs; int error_code;
struct step_record *step_ptr; struct step_record *step_ptr;
struct job_record *job_ptr; struct job_record *job_ptr;
#ifdef HAVE_LIBELAN3 #ifdef HAVE_LIBELAN3
......
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