summaryrefslogtreecommitdiff
path: root/src/main/ActiveThorns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ActiveThorns.c')
-rw-r--r--src/main/ActiveThorns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/ActiveThorns.c b/src/main/ActiveThorns.c
index a9890541..c61350f3 100644
--- a/src/main/ActiveThorns.c
+++ b/src/main/ActiveThorns.c
@@ -294,16 +294,12 @@ int CCTKi_RegisterThorn(const struct iAttributeList *attributes)
int CCTKi_ActivateThorn(const char *name)
{
int retval;
- char filename[500];
t_sktree *thornnode;
t_sktree *impnode;
struct THORN *thorn;
struct IMPLEMENTATION *imp;
- CCTK_ParameterFilename(500,filename);
-
- printf("Running parameter file %s\n",filename);
printf("Activating thorn %s...", name);
/* Find the thorn */