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 1629ff5d74ffcf2e319e665e2b613acd48ed01b0 (commit) from b075fbaff7227a814e827b35571f5e4e22926157 (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/1629ff5d74ffcf2e319e665e2b613acd48... commit 1629ff5d74ffcf2e319e665e2b613acd48ed01b0 Author: Xin Zhao <[email protected]> Date: Tue Jun 30 06:18:37 2015 -0500 Delete unused labels to remove compiler warnings. Signed-off-by: Huiwei Lu <[email protected]> diff --git a/src/mpid/ch3/src/ch3u_rma_sync.c b/src/mpid/ch3/src/ch3u_rma_sync.c index 471c6a1..7049605 100644 --- a/src/mpid/ch3/src/ch3u_rma_sync.c +++ b/src/mpid/ch3/src/ch3u_rma_sync.c @@ -892,7 +892,6 @@ int MPIDI_Win_start(MPID_Group * group_ptr, int assert, MPID_Win * win_ptr) } } - finish_start: /* Set window access state properly. */ win_ptr->states.access_state = MPIDI_RMA_PSCW_ISSUED; MPIDI_CH3I_num_active_issued_win++; @@ -983,7 +982,6 @@ int MPIDI_Win_complete(MPID_Win * win_ptr) if (mpi_errno != MPI_SUCCESS) MPIU_ERR_POP(mpi_errno); - finish_complete: /* Set window access state properly. */ win_ptr->states.access_state = MPIDI_RMA_NONE; @@ -1029,7 +1027,6 @@ int MPIDI_Win_wait(MPID_Win * win_ptr) MPIU_ERR_POP(mpi_errno); } - finish_wait: /* Set window exposure state properly. */ win_ptr->states.exposure_state = MPIDI_RMA_NONE; @@ -1570,7 +1567,6 @@ int MPIDI_Win_lock_all(int assert, MPID_Win * win_ptr) } } - finish_lock_all: MPIU_Assert(win_ptr->active_req_cnt == 0); /* Ensure ordering of load/store operations. */ @@ -1710,7 +1706,6 @@ int MPIDI_Win_unlock_all(MPID_Win * win_ptr) if (mpi_errno != MPI_SUCCESS) MPIU_ERR_POP(mpi_errno); - finish_unlock_all: /* Set window access state properly. */ win_ptr->states.access_state = MPIDI_RMA_NONE; MPIDI_CH3I_num_passive_win--; @@ -1762,7 +1757,6 @@ int MPIDI_Win_flush_all(MPID_Win * win_ptr) if (mpi_errno != MPI_SUCCESS) MPIU_ERR_POP(mpi_errno); - finish_flush_all: MPIU_Assert(win_ptr->active_req_cnt == 0); /* reset upgrade_flush_local flag in target to 0 */ @@ -1812,7 +1806,6 @@ int MPIDI_Win_flush_local_all(MPID_Win * win_ptr) if (mpi_errno != MPI_SUCCESS) MPIU_ERR_POP(mpi_errno); - finish_flush_local_all: MPIU_Assert(win_ptr->active_req_cnt == 0); /* reset upgrade_flush_local flag in target to 0 */ ----------------------------------------------------------------------- Summary of changes: src/mpid/ch3/src/ch3u_rma_sync.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) hooks/post-receive -- MPICH primary repository