From 7914545c0ac8ba78e7fe66e2c1df3d3c78370db9 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 12 Apr 2006 19:33:47 +0000
Subject: [PATCH] Remove vestigial code

---
 src/plugins/mpi/mpichgm/mpichgm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/mpi/mpichgm/mpichgm.c b/src/plugins/mpi/mpichgm/mpichgm.c
index 3c6cf86391b..9aabe5a9c4b 100644
--- a/src/plugins/mpi/mpichgm/mpichgm.c
+++ b/src/plugins/mpi/mpichgm/mpichgm.c
@@ -180,7 +180,6 @@ static int _gmpi_establish_map(srun_job_t *job)
 	 */
 	lmap = (char *)xmalloc(128*nprocs);
 	for (i=0; i<nprocs; i++) {
-		int ihostid = step_layout_host_id(job->step_layout, i);
 		/*
 		 * Compose the string to send.
 		 */
-- 
GitLab