From bc81f28fc43b70742b3e6e7b6d98cb8b98891bdc Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Tue, 2 Dec 2014 14:53:16 -0800
Subject: [PATCH] Remove vestigial/unused variable

---
 src/plugins/select/cons_res/select_cons_res.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c
index 0bd24a65eb0..0f6fab4b6bb 100644
--- a/src/plugins/select/cons_res/select_cons_res.c
+++ b/src/plugins/select/cons_res/select_cons_res.c
@@ -1546,7 +1546,6 @@ top:	orig_map = bit_copy(save_bitmap);
 	}
 	if ((rc != SLURM_SUCCESS) && preemptee_candidates && preempt_by_qos &&
 	    (mode == PREEMPT_MODE_SUSPEND)) {
-		int preemptee_cand_cnt = list_count(preemptee_candidates);
 		/* Try to schedule job using extra row of core bitmap */
 		bit_or(bitmap, orig_map);
 		rc = cr_job_test(job_ptr, bitmap, min_nodes, max_nodes,
-- 
GitLab