policy, mapper, capver, hscontrol: remove dead code

This commit is contained in:
Kristoffer Dalby 2026-06-15 09:53:18 +00:00
parent f49f27adf8
commit ed6596f9d7
6 changed files with 38 additions and 118 deletions

View file

@ -51,12 +51,6 @@ type mapper struct {
created time.Time
}
//nolint:unused
type patch struct {
timestamp time.Time
change *tailcfg.PeerChange
}
func newMapper(
cfg *types.Config,
state *state.State,