[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-110-g7cda493
Service Account
noreply at mpich.org
Fri Jun 19 11:30:49 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 7cda493bf0e9d1cea9991da7ba8df613a5de4261 (commit)
from f039eebba1cd48a4a592391842b22c6e9a466c7b (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/7cda493bf0e9d1cea9991da7ba8df613a5de4261
commit 7cda493bf0e9d1cea9991da7ba8df613a5de4261
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Fri Jun 19 11:13:20 2015 -0500
netmod/portals4: remove unused variables
No reviewer.
diff --git a/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_send.c b/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_send.c
index 5c3d03f..14c092f 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_send.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_send.c
@@ -63,8 +63,6 @@ static int handler_send(const ptl_event_t *e)
{
int mpi_errno = MPI_SUCCESS;
MPID_Request *const sreq = e->user_ptr;
- MPIDI_VC_t *vc = sreq->ch.vc;
- MPID_nem_ptl_vc_area *const vc_ptl = VC_PTL(vc);
int i, ret;
-----------------------------------------------------------------------
Summary of changes:
.../channels/nemesis/netmod/portals4/ptl_send.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list