aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Write.c b/src/Write.c
index 0c0b373..db71f18 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -56,7 +56,6 @@ void StreamedHDF5_Write (cGH *GH, int index, const char *alias)
DECLARE_CCTK_PARAMETERS
int vtype;
int timelevel;
- ioGH *ioUtilGH;
StreamedHDF5GH *myGH;
hid_t fid, plist;
#if 0
@@ -86,7 +85,6 @@ void StreamedHDF5_Write (cGH *GH, int index, const char *alias)
}
/* Get the handles for IO and StreamedHDF5 extensions */
- ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")];
myGH = (StreamedHDF5GH *) GH->extensions [CCTK_GHExtensionHandle ("StreamedHDF5")];
fid = -1;