From e49cc0e02f41536cfc5d2bdc199c449925109b62 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 29 May 2002 11:58:21 +0000 Subject: Removed unused variable to get rid of a compiler warning. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@84 10716dce-81a3-4424-a2c8-48026a0d3035 --- src/GetHyperslab.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/GetHyperslab.c b/src/GetHyperslab.c index 6ad4f86..d254915 100644 --- a/src/GetHyperslab.c +++ b/src/GetHyperslab.c @@ -342,7 +342,6 @@ static int GetLocalHyperslab (const cGH *GH, *endpoint; /* within the variable's grid dimensions */ int *downsample; /* the downsample[] vector extended to vdim */ int *points_per_dim; /* points per subvolume */ - int myproc; /* local processor ID */ int i; /* general looper */ int vdim; /* looper over all source dimensions */ int vdata_size, /* size of one data point in bytes for */ @@ -441,9 +440,6 @@ static int GetLocalHyperslab (const cGH *GH, pughGH = PUGH_pGH (GH); GA = (pGA *) pughGH->variables[vindex][timelevel]; - /* get the local processor ID */ - myproc = CCTK_MyProc (GH); - /* nested loop over vinfo.dim dimensions */ /* NOTE: the following code assumes startpoint[vdim] < endpoint[vdim] */ vdata = CCTK_VarDataPtrI (GH, timelevel, vindex); -- cgit v1.2.3