From 8d7573d90436b0263d65957cc7fed5fd6096db54 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 11 Jun 2002 19:31:36 +0000
Subject: [PATCH] Removed some unreferenced variables (they were producing
 warnings).

---
 src/slurmctld/step_mgr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/slurmctld/step_mgr.c b/src/slurmctld/step_mgr.c
index ff1b8ee6ccc..69489311682 100644
--- a/src/slurmctld/step_mgr.c
+++ b/src/slurmctld/step_mgr.c
@@ -281,7 +281,6 @@ int
 pack_step (struct step_record *dump_step_ptr, void **buf_ptr, int *buf_len) 
 {
 	char node_inx_ptr[BUF_SIZE];
-	int len;
 
 	if (dump_step_ptr->job_ptr)
 		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)
 int
 step_create (struct step_specs *step_specs)
 {
-	int error_code, nprocs;
+	int error_code;
 	struct step_record *step_ptr;
 	struct job_record  *job_ptr;
 #ifdef HAVE_LIBELAN3
-- 
GitLab