summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/src/npysort/binsearch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/npysort/binsearch.cpp b/numpy/core/src/npysort/binsearch.cpp
index 8733a8d4e..8dd72c094 100644
--- a/numpy/core/src/npysort/binsearch.cpp
+++ b/numpy/core/src/npysort/binsearch.cpp
@@ -349,7 +349,6 @@ _get_binsearch_func(PyArray_Descr *dtype, NPY_SEARCHSIDE side)
{
using binsearch = binsearch_t<arg>;
npy_intp nfuncs = binsearch::map.size();
- ;
npy_intp min_idx = 0;
npy_intp max_idx = nfuncs;
int type = dtype->type_num;