summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultEvolve.c
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 16:39:41 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 16:39:41 +0000
commitbaa09e7a86c57d3b8b75ebcfa62be29fbfc493c8 (patch)
treeb91b8bfa1476f5f7e469b6c22ca6677cadd6a1e8 /src/main/CactusDefaultEvolve.c
parent47f3ffc75960c99677720eab4fc704122086d2a4 (diff)
removing unsed variable
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1599 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultEvolve.c')
-rw-r--r--src/main/CactusDefaultEvolve.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/CactusDefaultEvolve.c b/src/main/CactusDefaultEvolve.c
index 162b266a..169b2a5d 100644
--- a/src/main/CactusDefaultEvolve.c
+++ b/src/main/CactusDefaultEvolve.c
@@ -270,8 +270,7 @@ static int StepGH(cGH *GH)
void TerminationStepper(cGH *GH)
{
- int cactus_terminate_global;
-
+ /* int cactus_terminate_global; */
cactus_terminate_global=cactus_terminate;
#if 0