Skip to content

Commit c004586

Browse files
committed
Remove unused struct field
1 parent bcc8b8b commit c004586

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/agent/clientset.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ type ClientSet struct {
6767
xfrChannelSize int
6868

6969
syncForever bool // Continue syncing (support dynamic server count).
70-
71-
respectReceivedServerCount bool // Respect server count received from proxy server rather than relying on the agent's own server counter
7270
}
7371

7472
func (cs *ClientSet) ClientsCount() int {

0 commit comments

Comments
 (0)