From 4929ebab7bc937c59138493fcbfbd21d03ca316b Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 16 Apr 2012 13:39:05 -0600 Subject: WRN: Remove unused function prototype from ctors.h. --- numpy/core/src/multiarray/ctors.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'numpy') 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'. -- cgit v1.2.1