Cleanup
This commit is contained in:
parent
5a2228a5c9
commit
40d5ff0c70
1 changed files with 0 additions and 2 deletions
2
conn.go
2
conn.go
|
@ -66,8 +66,6 @@ func parseEndpoint(s string) (*net.UDPAddr, error) {
|
|||
return addr, err
|
||||
}
|
||||
|
||||
/* Must hold device and net lock
|
||||
*/
|
||||
func unsafeCloseBind(device *Device) error {
|
||||
var err error
|
||||
netc := &device.net
|
||||
|
|
Loading…
Reference in a new issue