summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-26 03:19:56 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-26 03:19:56 +0000
commitc7a0fa04d4864df7066e8c8852450c982acae1c3 (patch)
tree24ae2566ad62e7cea69a01f2f3a11727eb2903e5 /src/comm
parentf229ce08ca3956fd7ecbe2b9a83067eeb55d0afb (diff)
Remove unused function declarations.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4151 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/Reduction.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index 5ffed5fd..29b3848a 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -63,8 +63,6 @@ void CCTK_FCALL CCTK_FNAME(CCTK_ReduceArray)
/* new local array reduction API */
void CCTK_FCALL CCTK_FNAME(CCTK_LocalArrayReductionHandle)
(int *handle, ONE_FORTSTRING_ARG);
-void CCTK_FCALL CCTK_FNAME(CCTK_LocalArrayReductionParameterHandle)
- (int *parameter_handle, ONE_FORTSTRING_ARG);
void CCTK_FCALL CCTK_FNAME(CCTK_ReduceLocalArrays)
(int *fortran_return,
int N_dims, int *operation_handle,
@@ -77,8 +75,6 @@ void CCTK_FCALL CCTK_FNAME(CCTK_ReduceLocalArrays)
void *const output_values[]);
/* new gridarray reduction API */
-void CCTK_FCALL CCTK_FNAME(CCTK_GridArrayReductionParameterHandle)
- (int *parameter_handle, ONE_FORTSTRING_ARG);
void CCTK_FCALL CCTK_FNAME(CCTK_ReduceGridArrays)
(int *fortranreturn,
const cGH **GH,