Remove unused field

This commit is contained in:
Viktor Liu 2025-06-12 15:32:40 +02:00
parent d101c7ab07
commit 351f713d5f

View File

@ -60,7 +60,6 @@ type Manager struct {
haGroupToPeers map[route.HAUniqueID][]string // HA group -> peer IDs in the group
routesMu sync.RWMutex
cancel context.CancelFunc
onInactive chan peerid.ConnID
}