[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-373-g26fbb71

Service Account noreply at mpich.org
Wed Jul 27 16:20:03 CDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  26fbb71011da8e90b25ebdcb66d78abec8dcb7af (commit)
      from  679bd676e9dbdc8926f20ecc9f4bd45d1d41f4f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/26fbb71011da8e90b25ebdcb66d78abec8dcb7af

commit 26fbb71011da8e90b25ebdcb66d78abec8dcb7af
Author: Rob Latham <robl at mcs.anl.gov>
Date:   Mon Jul 25 16:25:44 2016 -0500

    remove unused variable
    
    No Reviewer

diff --git a/src/mpi/romio/adio/common/ad_tuning.c b/src/mpi/romio/adio/common/ad_tuning.c
index dc89bd6..fd39213 100644
--- a/src/mpi/romio/adio/common/ad_tuning.c
+++ b/src/mpi/romio/adio/common/ad_tuning.c
@@ -81,7 +81,7 @@ int 	romio_tunegather;
  */
 
 void ad_get_env_vars() {
-    char *x, *dummy;
+    char *x;
 
     romio_write_aggmethod = 0;
     x = getenv( "ROMIO_WRITE_AGGMETHOD" );

-----------------------------------------------------------------------

Summary of changes:
 src/mpi/romio/adio/common/ad_tuning.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list