From f6b95c4ee004086f3edb509515aaceea85bfbfbb Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 5 May 2009 15:12:10 +0000 Subject: [PATCH] Remove unused var This commit was SVN r21164. --- ompi/mca/dpm/orte/dpm_orte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/dpm/orte/dpm_orte.c b/ompi/mca/dpm/orte/dpm_orte.c index 9c502a2d24..4446cc022a 100644 --- a/ompi/mca/dpm/orte/dpm_orte.c +++ b/ompi/mca/dpm/orte/dpm_orte.c @@ -490,7 +490,7 @@ static int spawn(int count, char **array_of_commands, { int rc, i, j, counter; int have_wdir=0; - int valuelen=OMPI_PATH_MAX, flag=0; + int flag=0; char cwd[OMPI_PATH_MAX]; char host[OMPI_PATH_MAX]; /*** should define OMPI_HOST_MAX ***/ char prefix[OMPI_PATH_MAX];