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:
Brad Fitzpatrick
2026-07-15 13:41:08 -04:00
committed by Brad Fitzpatrick
parent 65fd320aa6
commit 168b20d3b4
+1 -2
View File
@@ -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)