rpc: fix megacheck warnings
This commit is contained in:
@ -53,7 +53,6 @@ type notifierKey struct{}
|
||||
type Notifier struct {
|
||||
codec ServerCodec
|
||||
subMu sync.RWMutex // guards active and inactive maps
|
||||
stopped bool
|
||||
active map[ID]*Subscription
|
||||
inactive map[ID]*Subscription
|
||||
}
|
||||
|
Reference in New Issue
Block a user