summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 16:56:48 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 16:56:48 +0000
commite399009459ae535b449102005f070dff6ae4b1b3 (patch)
tree4f1c5e3d37742a6dadf57247038d23fca944efd7 /src/IO
parentbaa09e7a86c57d3b8b75ebcfa62be29fbfc493c8 (diff)
Compiler warnings
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1600 17b73243-c579-4c4c-a9d2-2d5706c11dac
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;