aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-10-18 12:07:12 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-10-18 12:07:12 +0000
commitb923c341242f7d940c51d18dacf6c3d34d81564b (patch)
tree1b9d699ad99e2155075574da143a242c2940c4ab /src
parentf412583f88237ee9d80d475c8d9f80b5ad492dfe (diff)
Removing an unused variable
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@34 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src')
-rw-r--r--src/Startup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 3ad8390..043bab1 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -36,7 +36,6 @@ int IOUtil_rfrTraverseGH (cGH *GH, int rfrpoint);
@@*/
void IOUtil_Startup(void)
{
- int IOMethod;
int IO_GHExtension;
IO_GHExtension = CCTK_RegisterGHExtension("IO");