summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarraymodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/multiarraymodule.c')
-rw-r--r--numpy/core/src/multiarraymodule.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/src/multiarraymodule.c b/numpy/core/src/multiarraymodule.c
index 0ad681e7e..1c10f0c33 100644
--- a/numpy/core/src/multiarraymodule.c
+++ b/numpy/core/src/multiarraymodule.c
@@ -1658,8 +1658,6 @@ PyArray_CanCoerceScalar(char thistype, char neededtype,
}
-/* This needs to change to allow scalars of a different "kind" to alter the input type
- */
/*OBJECT_API*/
static PyArrayObject **
@@ -1747,7 +1745,6 @@ PyArray_ConvertToCommonType(PyObject *op, int *retn)
/*MULTIARRAY_API
- Numeric.choose()
*/
static PyObject *
PyArray_Choose(PyArrayObject *ip, PyObject *op)