summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,