Skip to content

Commit 9d5afde

Browse files
Resolve conflicts
1 parent 876842a commit 9d5afde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dpnp/dpnp_algo/dpnp_algo.pxd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ cdef extern from "dpnp_iface_fptr.hpp" namespace "DPNPFuncName": # need this na
3636
DPNP_FN_ALLCLOSE
3737
DPNP_FN_ALLCLOSE_EXT
3838
DPNP_FN_ARANGE
39-
DPNP_FN_ARGSORT
40-
DPNP_FN_ARGSORT_EXT
4139
DPNP_FN_CHOOSE
4240
DPNP_FN_CHOOSE_EXT
4341
DPNP_FN_COPY
@@ -175,8 +173,6 @@ cdef extern from "dpnp_iface_fptr.hpp" namespace "DPNPFuncName": # need this na
175173
DPNP_FN_RNG_ZIPF_EXT
176174
DPNP_FN_SEARCHSORTED
177175
DPNP_FN_SEARCHSORTED_EXT
178-
DPNP_FN_SORT
179-
DPNP_FN_SORT_EXT
180176
DPNP_FN_TRACE
181177
DPNP_FN_TRACE_EXT
182178
DPNP_FN_TRANSPOSE

0 commit comments

Comments
 (0)