ipn/ipnlocal: remove android from goosGetsLegacyNetmapNotify
The android client was converted in https://github.com/tailscale/tailscale-android/pull/797 Updates #12542 Change-Id: Ibb2cc6fbafdad93ae44e1a60e5cc5de8183f9b97 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
65fd320aa6
commit
168b20d3b4
+1
-2
@@ -26,8 +26,7 @@ import (
|
||||
// other geese where this is false.
|
||||
const goosGetsLegacyNetmapNotify = runtime.GOOS == "windows" ||
|
||||
runtime.GOOS == "darwin" ||
|
||||
runtime.GOOS == "ios" ||
|
||||
runtime.GOOS == "android"
|
||||
runtime.GOOS == "ios"
|
||||
|
||||
type rateLimitingBusSender struct {
|
||||
fn func(*ipn.Notify) (keepGoing bool)
|
||||
|
||||
Reference in New Issue
Block a user