From 3ab9eb809c5734643e833718fac4d28442ce3d3a Mon Sep 17 00:00:00 2001 From: Luke Sewell Date: Fri, 10 Sep 2021 13:45:38 +0100 Subject: [PATCH] Remove comment --- bottleneck/include/iterators.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bottleneck/include/iterators.h b/bottleneck/include/iterators.h index 20263bb96..8be840f77 100644 --- a/bottleneck/include/iterators.h +++ b/bottleneck/include/iterators.h @@ -87,9 +87,6 @@ static inline void init_iter_all(iter *it, PyArrayObject *a, int ravel, int anyo it->nits = 1; it->a_ravel = NULL; - /* The fix for relaxed strides checking in numpy and the fix for - * issue #183 has left this if..else tree in need of a refactor from the - * the ground up */ if (ndim == 1) { it->ndim_m2 = -1; it->length = shape[0];