Skip to content

Commit

Permalink
Don't export deprecated TcpSocket, IpAddr
Browse files Browse the repository at this point in the history
These weren't exported in 0.3
Closes JuliaLang#9492
  • Loading branch information
mlubin committed Dec 30, 2014
1 parent e6e4c0c commit 4757613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ scale!{T<:Base.LinAlg.BlasReal}(X::Array{T}, s::Complex) = error("scale!: Cannot
@deprecate rsplit(x,y,l::Integer) rsplit(x,y;limit=l)
@deprecate rsplit(x,y,k::Bool) rsplit(x,y;keep=k)

export TcpSocket, UdpSocket, IpAddr
export UdpSocket
const TcpSocket = TCPSocket
const UdpSocket = UDPSocket
const IpAddr = IPAddr
Expand Down

0 comments on commit 4757613

Please sign in to comment.