aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-04-25 16:45:34 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-04-25 16:45:34 +0000
commit29ed53d98d056972bdb1aef495b1a47ec4e54d3a (patch)
treec3a6a73cec97c269c208d4d54d01d9775c0782f8 /src/Write.c
parenta906f1d936902e6c9a63ab05e2528981270746c6 (diff)
Removed unused local variable.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@235 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Write.c b/src/Write.c
index ccd2d46..3eab8c3 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -224,7 +224,6 @@ int IOFlexIO_Write (const cGH *GH, int vindex, const char *alias)
static IEEEfile_t *OpenFile (const cGH *GH, const char *alias, int *is_new_file)
{
ioGH *ioUtilGH;
- pGH *pughGH;
flexioGH *myGH;
int myproc, nprocs, result;
char extra[256], extradir[256];
@@ -233,8 +232,7 @@ static IEEEfile_t *OpenFile (const cGH *GH, const char *alias, int *is_new_file)
DECLARE_CCTK_PARAMETERS
- /* get the GH extensions for PUGH, IOUtil, and IOFlexIO */
- pughGH = PUGH_pGH (GH);
+ /* get the GH extensions for IOUtil, and IOFlexIO */
ioUtilGH = (ioGH *) CCTK_GHExtension (GH, "IO");
myGH = (flexioGH *) CCTK_GHExtension (GH, "IOFlexIO");