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 496ca6471d629048c18d847b238b6964c107a759 (commit) from bf2369811689b096c7f82046d68c5ecd5d80e6dc (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/496ca6471d629048c18d847b238b6964c1... commit 496ca6471d629048c18d847b238b6964c107a759 Author: Pavan Balaji <[email protected]> Date: Wed Sep 16 09:31:22 2015 -0500 Remove unused thread-private declarations. Signed-off-by: Halim Amer <[email protected]> diff --git a/src/nameserv/pmi/pmi_nameserv.c b/src/nameserv/pmi/pmi_nameserv.c index 53ef856..9805ba2 100644 --- a/src/nameserv/pmi/pmi_nameserv.c +++ b/src/nameserv/pmi/pmi_nameserv.c @@ -45,7 +45,6 @@ int MPID_NS_Publish( MPID_NS_Handle handle, const MPID_Info *info_ptr, { int mpi_errno = MPI_SUCCESS; int rc; - MPID_THREADPRIV_DECL; MPIU_UNREFERENCED_ARG(info_ptr); MPIU_UNREFERENCED_ARG(handle); @@ -72,7 +71,6 @@ int MPID_NS_Lookup( MPID_NS_Handle handle, const MPID_Info *info_ptr, { int mpi_errno = MPI_SUCCESS; int rc; - MPID_THREADPRIV_DECL; MPIU_UNREFERENCED_ARG(info_ptr); MPIU_UNREFERENCED_ARG(handle); @@ -99,7 +97,6 @@ int MPID_NS_Unpublish( MPID_NS_Handle handle, const MPID_Info *info_ptr, { int mpi_errno = MPI_SUCCESS; int rc; - MPID_THREADPRIV_DECL; MPIU_UNREFERENCED_ARG(info_ptr); MPIU_UNREFERENCED_ARG(handle); ----------------------------------------------------------------------- Summary of changes: src/nameserv/pmi/pmi_nameserv.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) hooks/post-receive -- MPICH primary repository