From 0cc12d9b9311f96ee3d46d94518582896a63093e Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sat, 23 Oct 2004 15:31:20 +0000 Subject: [PATCH] Just remove unused variables. This commit was SVN r3296. --- src/runtime/ompi_rte_parse_environ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/ompi_rte_parse_environ.c b/src/runtime/ompi_rte_parse_environ.c index 6738b1d9f0..4ac53bb238 100644 --- a/src/runtime/ompi_rte_parse_environ.c +++ b/src/runtime/ompi_rte_parse_environ.c @@ -29,7 +29,7 @@ void ompi_rte_parse_environ(void) { - char *enviro_val, *tmp; + char *enviro_val; int id; /* ensure that sys_info and proc_info have been run */