[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-193-g13e979b

Service Account noreply at mpich.org
Thu Jul 9 01:37:06 CDT 2015


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  13e979b211c4d626206628f157023d9a0b0d870d (commit)
      from  24647c3b0b4fccb60962d61d154eb289fa776d31 (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/13e979b211c4d626206628f157023d9a0b0d870d

commit 13e979b211c4d626206628f157023d9a0b0d870d
Author: Pavan Balaji <balaji at anl.gov>
Date:   Wed Jul 8 14:10:01 2015 -0500

    Remove redundant definitions.
    
    No reviewer.

diff --git a/src/mpid/ch3/include/mpidimpl.h b/src/mpid/ch3/include/mpidimpl.h
index f579fc3..dc76212 100644
--- a/src/mpid/ch3/include/mpidimpl.h
+++ b/src/mpid/ch3/include/mpidimpl.h
@@ -837,12 +837,6 @@ typedef enum MPIDI_VC_Event
 }
 MPIDI_VC_Event_t;
 
-#ifndef HAVE_MPIDI_VCRT
-#define HAVE_MPIDI_VCRT
-typedef struct MPIDI_VCRT * MPID_VCRT;
-typedef struct MPIDI_VC * MPID_VCR;
-#endif
-
 /* number of VCs that are in MORIBUND state */
 extern int MPIDI_Failed_vc_count;
 
diff --git a/src/mpid/ch3/include/mpidpre.h b/src/mpid/ch3/include/mpidpre.h
index 6dd0481..bea093e 100644
--- a/src/mpid/ch3/include/mpidpre.h
+++ b/src/mpid/ch3/include/mpidpre.h
@@ -182,11 +182,8 @@ MPIDI_CH3I_comm_t;
 
 #define MPID_DEV_COMM_DECL MPIDI_CH3I_comm_t dev;
 
-#ifndef HAVE_MPIDI_VCRT
-#define HAVE_MPIDI_VCRT
 typedef struct MPIDI_VCRT * MPID_VCRT;
 typedef struct MPIDI_VC * MPID_VCR;
-#endif
 
 #ifndef DEFINED_REQ
 #define DEFINED_REQ

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

Summary of changes:
 src/mpid/ch3/include/mpidimpl.h |    6 ------
 src/mpid/ch3/include/mpidpre.h  |    3 ---
 2 files changed, 0 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list