aboutsummaryrefslogtreecommitdiff
path: root/src/RestoreFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RestoreFile.c')
-rw-r--r--src/RestoreFile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/RestoreFile.c b/src/RestoreFile.c
index f15143d..eec8999 100644
--- a/src/RestoreFile.c
+++ b/src/RestoreFile.c
@@ -220,11 +220,7 @@ int GetChunkAttributes (cGH *GH, IOFile ifp, int index)
int vtype_stored, rank_stored, dims_stored [MAXDIM];
char fullname [512];
char msg [160];
- pGH *pughGH; /* PUGH extension handle */
-
- /* Get the handle for PUGH extensions */
- pughGH = (pGH *) GH->extensions [CCTK_GHExtensionHandle ("PUGH")];
/* read the next dataset's info from the file */
result = IOreadInfo (ifp, &vtype_stored, &rank_stored, dims_stored, MAXDIM);