From 351f713d5feaa1844b1b4b93d300694669f325f1 Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Thu, 12 Jun 2025 15:32:40 +0200 Subject: [PATCH] Remove unused field --- client/internal/lazyconn/manager/manager.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/internal/lazyconn/manager/manager.go b/client/internal/lazyconn/manager/manager.go index c7eeefe55..74ede50a7 100644 --- a/client/internal/lazyconn/manager/manager.go +++ b/client/internal/lazyconn/manager/manager.go @@ -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 }