[mpich] MPICH primary repository branch, master, updated. v3.2b4-132-g5e71abf
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 5e71abffc01c4e196fb42ec65a91d77e937674bf (commit) from 856802f0b035301eb8c16b92cbdfef9a59a2d65f (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/5e71abffc01c4e196fb42ec65a91d77e93... commit 5e71abffc01c4e196fb42ec65a91d77e937674bf Author: Min Si <[email protected]> Date: Fri Aug 14 16:45:21 2015 -0500 Removed unused variable in sock win_pkt_orderings_init. Signed-off-by: Pavan Balaji <[email protected]> diff --git a/src/mpid/ch3/channels/sock/src/ch3_win_fns.c b/src/mpid/ch3/channels/sock/src/ch3_win_fns.c index 0317f42..fe13d30 100644 --- a/src/mpid/ch3/channels/sock/src/ch3_win_fns.c +++ b/src/mpid/ch3/channels/sock/src/ch3_win_fns.c @@ -51,7 +51,6 @@ int MPIDI_CH3_Win_hooks_init(MPIDI_CH3U_Win_hooks_t *win_hooks) int MPIDI_CH3_Win_pkt_orderings_init(MPIDI_CH3U_Win_pkt_ordering_t * win_pkt_orderings) { int mpi_errno = MPI_SUCCESS; - int netmod_ordering = 0; MPIDI_STATE_DECL(MPID_STATE_MPIDI_CH3_WIN_PKT_ORDERINGS_INIT); MPIDI_RMA_FUNC_ENTER(MPID_STATE_MPIDI_CH3_WIN_PKT_ORDERINGS_INIT); ----------------------------------------------------------------------- Summary of changes: src/mpid/ch3/channels/sock/src/ch3_win_fns.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org