Skip to content

Commit

Permalink
Fix deprecation warning from LinearAlgebra.trace in sysimg (JuliaLang…
Browse files Browse the repository at this point in the history
…#26478)

trace was renamed to tr in JuliaLang#26365 but the deprecation in sysimg was not
updated.
  • Loading branch information
ararslan committed Mar 16, 2018
1 parent 29a1719 commit b16acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ end
@deprecate_stdlib svdvals! LinearAlgebra true
@deprecate_stdlib svdvals LinearAlgebra true
@deprecate_stdlib sylvester LinearAlgebra true
@deprecate_stdlib trace LinearAlgebra true
@deprecate_stdlib trace LinearAlgebra true tr
@deprecate_stdlib transpose! LinearAlgebra true
# @deprecate_stdlib transpose LinearAlgebra true
@deprecate_stdlib tril! LinearAlgebra true
Expand Down

0 comments on commit b16acdf

Please sign in to comment.