Remove commented code

This commit is contained in:
Adam Wright
2016-01-09 01:34:25 -08:00
parent 2f1b8e931d
commit 096cf25824

View File

@@ -271,7 +271,6 @@ mod test {
fn next_addr() -> SocketAddr {
let addr = format!("127.0.0.1:{}", PORT.fetch_add(1, Ordering::SeqCst));
addr.to_socket_addrs().unwrap().next().unwrap()
//ToSocketAddrs::to_socket_addrs(addr.as_ref()).unwrap().next().unwrap()
}
#[derive(Debug, PartialEq, Serialize, Deserialize, Clone)]