Skip to content

Commit 4e0d60b

Browse files
author
Luke Sewell
committed
Remove comment
1 parent 557c7ae commit 4e0d60b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bottleneck/include/iterators.h

-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ static inline void init_iter_all(iter *it, PyArrayObject *a, int ravel, int anyo
8787
it->nits = 1;
8888
it->a_ravel = NULL;
8989

90-
/* The fix for relaxed strides checking in numpy and the fix for
91-
* issue #183 has left this if..else tree in need of a refactor from the
92-
* the ground up */
9390
if (ndim == 1) {
9491
it->ndim_m2 = -1;
9592
it->length = shape[0];

0 commit comments

Comments
 (0)