Skip to content

Commit

Permalink
remove set defalg
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Feb 22, 2022
1 parent 0dcf200 commit 548f561
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,6 @@ include("util.jl")

include("asyncmap.jl")

Sort.defalg(v::AbstractArray) = DEFAULT_STABLE
Sort.defalg(v::AbstractArray{<:Union{Number, Missing}}) = DEFAULT_UNSTABLE
Sort.defalg(v::AbstractArray{Missing}) = DEFAULT_UNSTABLE
Sort.defalg(v::AbstractArray{Union{}}) = DEFAULT_UNSTABLE

# deprecated functions
include("deprecated.jl")

Expand Down

0 comments on commit 548f561

Please sign in to comment.