summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-04-16 13:39:05 -0600
committerCharles Harris <charlesr.harris@gmail.com>2012-04-21 12:20:04 -0600
commit4929ebab7bc937c59138493fcbfbd21d03ca316b (patch)
tree636cbe4895397e6607c178cec6716df7c6ab1b07 /numpy
parent7bf82862aeb832e18a676cf167de898fe701aca9 (diff)
downloadnumpy-4929ebab7bc937c59138493fcbfbd21d03ca316b.tar.gz
WRN: Remove unused function prototype from ctors.h.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/ctors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/core/src/multiarray/ctors.h b/numpy/core/src/multiarray/ctors.h
index 116435d9a..e02ca8e11 100644
--- a/numpy/core/src/multiarray/ctors.h
+++ b/numpy/core/src/multiarray/ctors.h
@@ -88,10 +88,6 @@ PyArray_GetArrayParamsFromObjectEx(PyObject *op,
int *out_contains_na,
PyArrayObject **out_arr, PyObject *context);
-/* Returns 1 if the arrays have overlapping data, 0 otherwise */
-NPY_NO_EXPORT int
-_arrays_overlap(PyArrayObject *arr1, PyArrayObject *arr2);
-
/*
* Calls arr_of_subclass.__array_wrap__(towrap), in order to make 'towrap'
* have the same ndarray subclass as 'arr_of_subclass'.