Skip to content

Commit

Permalink
remove deprecate on Base
Browse files Browse the repository at this point in the history
  • Loading branch information
krynju committed Feb 19, 2024
1 parent 7a4a781 commit 8416d27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dict_sorting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ end

sort(d::Union{OrderedDict,OrderedSet}; args...) = sort!(copy(d); args...)

@deprecate sort(d::Dict; args...) sort!(OrderedDict(d); args...)

function sort(d::LittleDict; byvalue::Bool=false, args...)
if byvalue
p = sortperm(d.vals; args...)
Expand Down

0 comments on commit 8416d27

Please sign in to comment.