From 1e364218a2f23a5be0df83b174e21199261cbcf7 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 18 Apr 2007 13:10:10 +0000 Subject: [PATCH] Remove unused variable This commit was SVN r14413. --- orte/mca/pls/tm/pls_tm_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/pls/tm/pls_tm_module.c b/orte/mca/pls/tm/pls_tm_module.c index 1fb8cc7406..42c580560b 100644 --- a/orte/mca/pls/tm/pls_tm_module.c +++ b/orte/mca/pls/tm/pls_tm_module.c @@ -123,7 +123,7 @@ static int pls_tm_launch_job(orte_jobid_t jobid) int node_name_index; int proc_name_index; char *jobid_string; - char *uri, *param; + char *param; char **env; char *var; char **argv;