aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionMin.c')
-rw-r--r--src/ReductionMin.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ReductionMin.c b/src/ReductionMin.c
index c3a0590..0e68d23 100644
--- a/src/ReductionMin.c
+++ b/src/ReductionMin.c
@@ -233,14 +233,6 @@ static int ReductionMin (int N_dims, int operator_handle,
max_iter *= iters_per_dim [j];
}
-#undef REDUCTION_OPERATION
-#undef REDUCTION_INITIAL
-#undef EXTRA_STEP
-
-#define REDUCTION_OPERATION(Max, scalar) if (Max > scalar) Max = scalar;
-#define REDUCTION_INITIAL(num) num = 0;
-#define EXTRA_STEP(a, b)
-
for (i = 0; i < N_input_arrays; i++)
{
/* Do the type matching */