[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-70-g59201bb

mysql vizuser noreply at mpich.org
Fri Sep 27 09:55:50 CDT 2013


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  59201bb2491d31a04ec3c3125928db348e36884e (commit)
      from  030ec52d60344d0d4851fdc08cbfa1009c3c49b8 (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/59201bb2491d31a04ec3c3125928db348e36884e

commit 59201bb2491d31a04ec3c3125928db348e36884e
Author: Rob Latham <robl at mcs.anl.gov>
Date:   Fri Sep 27 09:54:42 2013 -0500

    remove unused, undeclared variable
    
    i know the ft stuff is kind of broken but come on this didn't even
    compile!

diff --git a/test/mpi/ft/send.c b/test/mpi/ft/send.c
index 52545d4..963a066 100644
--- a/test/mpi/ft/send.c
+++ b/test/mpi/ft/send.c
@@ -16,7 +16,6 @@ int main(int argc, char **argv)
 {
     int rank, size, err;
     char buf[10];
-    pid_t pid;
 
     MPI_Init(&argc, &argv);
     MPI_Comm_rank(MPI_COMM_WORLD, &rank);

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

Summary of changes:
 test/mpi/ft/send.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list