aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 853eb30..54bae71 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -24,12 +24,6 @@ void IOJpeg_Startup (void)
"No IOJpeg IO methods will be enabled.");
return;
}
- if (CCTK_GHExtensionHandle ("PUGH") < 0)
- {
- CCTK_WARN (1, "Thorn PUGH was not activated. "
- "No IOJpeg IO methods will be enabled.");
- return;
- }
IO_GHExtension = CCTK_RegisterGHExtension ("IOJpeg");
CCTK_RegisterGHExtensionSetupGH (IO_GHExtension, IOJpeg_SetupGH);