aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2012-11-22 13:37:20 +0000
committereschnett <eschnett@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2012-11-22 13:37:20 +0000
commitad5025fbad5a8be6f6f1c13c70443c432fd6d871 (patch)
treea971f189d5022bb976e9b83a4dab5095ff5ba67a
parent0f2bd53239aeb77a69f6ec34b91e5d5fd208c0df (diff)
Remove unused variable
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@164 7842ec3a-9562-4be5-9c5b-06ba18f2b668
-rw-r--r--src/DumpUtils.c2
1 files changed, 0 insertions, 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));