mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
wgengine: remove unused singleflight group
Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:
parent
2c18517121
commit
90dc0e1702
@ -44,7 +44,6 @@
|
||||
"tailscale.com/util/clientmetric"
|
||||
"tailscale.com/util/deephash"
|
||||
"tailscale.com/util/mak"
|
||||
"tailscale.com/util/singleflight"
|
||||
"tailscale.com/version"
|
||||
"tailscale.com/wgengine/filter"
|
||||
"tailscale.com/wgengine/magicsock"
|
||||
@ -146,10 +145,6 @@ type userspaceEngine struct {
|
||||
// value of the ICMP identifer and sequence number concatenated.
|
||||
icmpEchoResponseCallback map[uint32]func()
|
||||
|
||||
// this singleflight is used to deduplicate calls to getStatus when we
|
||||
// don't care if the data is perfectly fresh
|
||||
getStatusSf singleflight.Group[struct{}, *Status]
|
||||
|
||||
// Lock ordering: magicsock.Conn.mu, wgLock, then mu.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user