From ad5025fbad5a8be6f6f1c13c70443c432fd6d871 Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 22 Nov 2012 13:37:20 +0000 Subject: Remove unused variable git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@164 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/DumpUtils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DumpUtils.c b/src/DumpUtils.c index 48d53b3..75b2e8b 100644 --- a/src/DumpUtils.c +++ b/src/DumpUtils.c @@ -347,7 +347,6 @@ void IOHDF5Util_DumpCommonAttributes (const cGH *GH, const ioRequest *request, @@*/ void IOHDF5Util_DumpParameters (const cGH *GH, int all, hid_t file) { - ioHDF5UtilGH *myGH; char *parameters; hid_t group, dataspace, dataset; hsize_t size; @@ -364,7 +363,6 @@ void IOHDF5Util_DumpParameters (const cGH *GH, int all, hid_t file) if (parameters) { - myGH = CCTK_GHExtension (GH, "IOHDF5Util"); size = strlen (parameters) + 1; HDF5_ERROR (group = H5Gcreate (file, CACTUS_PARAMETERS_GROUP, 0)); HDF5_ERROR (dataspace = H5Screate_simple (1, &size, NULL)); -- cgit v1.2.3