Remove unused mutex
This commit is contained in:
parent
15b8c8f4c5
commit
99fd126219
1 changed files with 0 additions and 1 deletions
1
app.go
1
app.go
|
@ -58,7 +58,6 @@ type Headscale struct {
|
||||||
aclPolicy *ACLPolicy
|
aclPolicy *ACLPolicy
|
||||||
aclRules *[]tailcfg.FilterRule
|
aclRules *[]tailcfg.FilterRule
|
||||||
|
|
||||||
pollMu sync.Mutex
|
|
||||||
clientsPolling sync.Map
|
clientsPolling sync.Map
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue