Remove unused mutex

This commit is contained in:
Kristoffer Dalby 2021-08-06 21:11:38 +01:00
parent 15b8c8f4c5
commit 99fd126219
No known key found for this signature in database
GPG Key ID: 09F62DC067465735

1
app.go
View File

@ -58,7 +58,6 @@ type Headscale struct {
aclPolicy *ACLPolicy
aclRules *[]tailcfg.FilterRule
pollMu sync.Mutex
clientsPolling sync.Map
}