Skip to content

Commit 83c41f3

Browse files
committed
net/netcheck: remove unused method from interface
Updates tailscale#2331 Updates tailscale#5162 Change-Id: I77ff956c2d59bde611d47523659a07afb4a6da2d Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 parent 20f17d6 commit 83c41f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/netcheck/netcheck.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ type Client struct {
208208
// reusing an existing UDP connection.
209209
type STUNConn interface {
210210
WriteToUDPAddrPort([]byte, netip.AddrPort) (int, error)
211-
WriteTo([]byte, net.Addr) (int, error)
212211
ReadFrom([]byte) (int, net.Addr, error)
213212
}
214213

0 commit comments

Comments
 (0)