[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-445-gd17a96a

Service Account noreply at mpich.org
Wed Sep 14 09:09:42 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  d17a96a5c1cde4d2051000ebf4e059274cbb4c04 (commit)
      from  8e35251dc2f5e54bb91e80c62d385631c8202213 (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/d17a96a5c1cde4d2051000ebf4e059274cbb4c04

commit d17a96a5c1cde4d2051000ebf4e059274cbb4c04
Author: Wesley Bland <wesley.bland at intel.com>
Date:   Tue Sep 13 11:57:36 2016 -0500

    CH4/STUBNM: Remove type_dup_hook pointer
    
    This pointer was accidentally re-inserted by `6370ba6ce119`, but it is
    no longer used and should be removed.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/src/mpid/ch4/netmod/stubnm/globals.c b/src/mpid/ch4/netmod/stubnm/globals.c
index bfb95c2..51000d9 100644
--- a/src/mpid/ch4/netmod/stubnm/globals.c
+++ b/src/mpid/ch4/netmod/stubnm/globals.c
@@ -142,7 +142,6 @@ MPIDI_NM_native_funcs_t MPIDI_NM_native_stubnm_funcs = {
     MPIDI_NM_mpi_iscatter,
     MPIDI_NM_mpi_iscatterv,
     MPIDI_NM_mpi_type_create_hook,
-    MPIDI_NM_mpi_type_dup_hook,
     MPIDI_NM_mpi_type_free_hook,
     MPIDI_NM_mpi_op_create_hook,
     MPIDI_NM_mpi_op_free_hook,

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

Summary of changes:
 src/mpid/ch4/netmod/stubnm/globals.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list