summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/IOMethods.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 1198149a..d399afda 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -797,14 +797,12 @@ int CCTKi_TriggerSaysGo(cGH *GH, int variable)
int CCTKi_TriggerAction(void *GH, int variable)
{
- const char *varname;
char *fullvarname;
int handle;
int nmethods;
struct IOMethod *method;
fullvarname = CCTK_FullName(variable);
- varname = CCTK_VarName(variable);
/* Count the number of methods used */
nmethods = 0;