Skip to content

Commit 5ad21af

Browse files
author
andrewrosemberg
committed
rm insorted
1 parent 6c93739 commit 5ad21af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
@non_differentiable getindex(::AbstractArray{Bool}, ::Any...)
4242
@non_differentiable hcat(::AbstractArray{Bool}...)
4343
@non_differentiable hvcat(::Any, ::AbstractArray{Bool}...)
44-
VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractVector)
45-
VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractRange)
4644
@non_differentiable isperm(::AbstractArray{Bool})
4745
@non_differentiable invperm(::AbstractArray{Bool})
4846
@non_differentiable invpermute!(::Any, ::AbstractArray{Bool})

0 commit comments

Comments
 (0)