From d6de6f3ce6c24841d29b563d3283a0fd85e437ac Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 7 Jun 2020 01:37:01 -0600 Subject: conn: remove useless comment Signed-off-by: Jason A. Donenfeld --- conn/conn_default.go | 1 - 1 file changed, 1 deletion(-) diff --git a/conn/conn_default.go b/conn/conn_default.go index 96ef137..8be3c9d 100644 --- a/conn/conn_default.go +++ b/conn/conn_default.go @@ -73,7 +73,6 @@ func listenNet(network string, port int) (*net.UDPConn, int, error) { } // Retrieve port. - // TODO(crawshaw): under what circumstances is this necessary? laddr := conn.LocalAddr() uaddr, err := net.ResolveUDPAddr( laddr.Network(), -- cgit v1.2.3-59-g8ed1b