Remove unused UdpSocketNew

This commit is contained in:
Alex Crichton
2016-09-09 09:47:35 -07:00
parent 8f92dc9d56
commit b2ae5ac7c9
2 changed files with 2 additions and 17 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ mod udp;
pub use self::tcp::{TcpStream, TcpStreamNew};
pub use self::tcp::{TcpListener, Incoming};
pub use self::udp::{UdpSocket, UdpSocketNew};
pub use self::udp::UdpSocket;