Skip to content

Commit

Permalink
Remove the last 0.2 deprecations
Browse files Browse the repository at this point in the history
Three deprecations in Pkg was forgotten when we removed the deprecations
before releaseing 0.3.0. It seems like this is as good time as any to
remove them for good.

The deprecations was introduced in
af854d7, 51376f6 and 4b92a8c
  • Loading branch information
ivarne committed Dec 11, 2014
1 parent 0d50a12 commit 4de9231
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,4 @@ test(pkgs::AbstractString...; coverage::Bool=false) = cd(Entry.test,AbstractStri

dependents(packagename::AbstractString) = Reqs.dependents(packagename)

@deprecate release free
@deprecate fixup build
@deprecate fix pin

end # module

0 comments on commit 4de9231

Please sign in to comment.