Skip to content

Commit 1f9857b

Browse files
committed
lint: ipn/proxies.go unused var
1 parent f5244e7 commit 1f9857b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

intra/ipn/proxies.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ var (
112112
errNoOpts = errors.New("proxy: no opts")
113113
errNoAuto464XLAT = errors.New("auto: no 464xlat")
114114
errNotPinned = errors.New("auto: another proxy pinned")
115-
errNoAutoSupport = errors.New("auto: unimplemented")
116115
errInvalidAddr = errors.New("proxy: invaild ip:port")
117116
errMissingProxyID = errors.New("proxy: missing proxy id")
118117
errHopDefaultRoutes = errors.New("proxy: hop must route all ip4/ip6")

0 commit comments

Comments
 (0)