mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
grpcproxy: remove unused field 'wbs *watchBroadcasts'
This commit is contained in:
parent
eb8646a381
commit
7e74b3f846
@ -25,8 +25,6 @@ import (
|
|||||||
|
|
||||||
// watchBroadcast broadcasts a server watcher to many client watchers.
|
// watchBroadcast broadcasts a server watcher to many client watchers.
|
||||||
type watchBroadcast struct {
|
type watchBroadcast struct {
|
||||||
// wbs is the backpointer to all broadcasts on this range
|
|
||||||
wbs *watchBroadcasts
|
|
||||||
// cancel stops the underlying etcd server watcher and closes ch.
|
// cancel stops the underlying etcd server watcher and closes ch.
|
||||||
cancel context.CancelFunc
|
cancel context.CancelFunc
|
||||||
donec chan struct{}
|
donec chan struct{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user