From af7527e6f0ed7823f55222d4f895239138962637 Mon Sep 17 00:00:00 2001
From: David Gloe <dgloe@cray.com>
Date: Mon, 21 Apr 2014 09:26:22 -0700
Subject: [PATCH] Fixed bad variable from patch
 7f135dd0cb3f52bc8e919ab20abfb57c86c881f0

---
 src/plugins/task/cray/task_cray.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/task/cray/task_cray.c b/src/plugins/task/cray/task_cray.c
index d3810f9cdb6..0a8a2324a28 100644
--- a/src/plugins/task/cray/task_cray.c
+++ b/src/plugins/task/cray/task_cray.c
@@ -323,7 +323,6 @@ extern int task_p_post_term (stepd_step_rec_t *job,
 	char llifile[LLI_STATUS_FILE_BUF_SIZE];
 	char status;
 	int rv, fd;
-	stepd_step_info_t *task;
 	char *reason;
 
 	debug("task_p_post_term: %u.%u, task %d",
@@ -372,7 +371,6 @@ extern int task_p_post_term (stepd_step_rec_t *job,
 
 	// Check the result
 	if (status == 0 && !terminated) {
-		task = job->task[job->envtp->localid];
 		if (task->killed_by_cmd) {
 			// We've been killed by request. User already knows
 			return SLURM_SUCCESS;
-- 
GitLab