Skip to content

Commit

Permalink
Remove some old deprecations (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f authored Nov 27, 2020
1 parent c1d7c95 commit 0e43102
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion src/StaticArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,5 @@ include("qr.jl")
include("deque.jl")
include("flatten.jl")
include("io.jl")
include("deprecated.jl")

end # module
10 changes: 0 additions & 10 deletions src/deprecated.jl

This file was deleted.

15 changes: 0 additions & 15 deletions test/deprecated.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ addtests("deque.jl")
addtests("flatten.jl")
addtests("io.jl")
addtests("svd.jl")
addtests("deprecated.jl")

2 comments on commit 0e43102

@c42f
Copy link
Member Author

@c42f c42f commented on 0e43102 Nov 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/25375

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 0e431022954f0207eeb2c4f661b9f76936105c8a
git push origin v1.0.0

Please sign in to comment.