diff options
author | Ganesh Kathiresan <ganesh3597@gmail.com> | 2021-05-29 22:45:38 +0530 |
---|---|---|
committer | Ganesh Kathiresan <ganesh3597@gmail.com> | 2021-05-29 22:45:38 +0530 |
commit | 260450617a04e1eebfef6b9a602fe61ec59c21be (patch) | |
tree | f30e58e8a52800f6a921b7bd3ed25375a4121068 /numpy | |
parent | 565cb733b5d4d981ad0af29cf8492e97c45194af (diff) | |
download | numpy-260450617a04e1eebfef6b9a602fe61ec59c21be.tar.gz |
BUG: Removed floor_divide declaration for complex type
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/umath/loops.h.src | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/src/umath/loops.h.src b/numpy/core/src/umath/loops.h.src index bb07e047c..02d749a5e 100644 --- a/numpy/core/src/umath/loops.h.src +++ b/numpy/core/src/umath/loops.h.src @@ -420,9 +420,6 @@ C@TYPE@_@kind@(char **args, npy_intp const *dimensions, npy_intp const *steps, v NPY_NO_EXPORT void C@TYPE@_divide(char **args, npy_intp const *dimensions, npy_intp const *steps, void *NPY_UNUSED(func)); -NPY_NO_EXPORT void -C@TYPE@_floor_divide(char **args, npy_intp const *dimensions, npy_intp const *steps, void *NPY_UNUSED(func)); - /**begin repeat1 * #kind= greater, greater_equal, less, less_equal, equal, not_equal# * #OP = CGT, CGE, CLT, CLE, CEQ, CNE# |