Explorar o código

grpcproxy: remove unused field 'wbs *watchBroadcasts'

Gyu-Ho Lee %!s(int64=9) %!d(string=hai) anos
pai
achega
7e74b3f846
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      proxy/grpcproxy/watch_broadcast.go

+ 0 - 2
proxy/grpcproxy/watch_broadcast.go

@@ -25,8 +25,6 @@ import (
 
 // watchBroadcast broadcasts a server watcher to many client watchers.
 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 context.CancelFunc
 	donec  chan struct{}