From b991b3a287c25a543b5c6bb81273e88d50893e55 Mon Sep 17 00:00:00 2001 From: Roland Haas Date: Thu, 26 Sep 2013 18:33:06 -0700 Subject: Carpet: remove duplicate myproc variable in SetupGH --- Carpet/Carpet/src/SetupGH.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc index 74d9f8e67..ee114d982 100644 --- a/Carpet/Carpet/src/SetupGH.cc +++ b/Carpet/Carpet/src/SetupGH.cc @@ -342,11 +342,6 @@ namespace Carpet { } } } - // Number of MPI processes on this host - int const myproc = CCTK_MyProc(cctkGH); -#if 0 - int const nprocs = CCTK_nProcs(cctkGH); -#endif int const host_id = HostId(myproc); vector const host_procs = HostProcs(host_id); int const num_host_procs = host_procs.size(); -- cgit v1.2.3