Skip to content

Commit

Permalink
WRN: Remove unused function prototype from ctors.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Apr 21, 2012
1 parent 7bf8286 commit 4929eba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpy/core/src/multiarray/ctors.h
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 4929eba

Please sign in to comment.