summaryrefslogtreecommitdiff
path: root/src/main/Dummies.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-28 00:19:35 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-28 00:19:35 +0000
commit89a883e495f6c164acbba291b224c761a6f90818 (patch)
treef026f076b81302aa84a91b209dbce0cfc9ccdffa /src/main/Dummies.c
parent7bf4dbb5a0de2a1cb88a4dd391f4396b547b6780 (diff)
Removed a redundant function.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1319 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Dummies.c')
-rw-r--r--src/main/Dummies.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main/Dummies.c b/src/main/Dummies.c
index ff35d577..3100ab75 100644
--- a/src/main/Dummies.c
+++ b/src/main/Dummies.c
@@ -47,16 +47,3 @@ int CCTKi_DummyTriggerAction(void *GH, int group)
}
-int CCTK_CallFunc(void *GH, int language, void *function)
-{
-
- void (*calledfunc)(void *);
-
- calledfunc = (void (*)(void *))function;
-
- /* Call the function. */
-
- calledfunc(GH);
-
- return 0;
-}