event: remove unused field 'closed' (#20324)

pull/20330/head
Felix Lange 5 years ago committed by Péter Szilágyi
parent 94e8250983
commit 7f70a70106
  1. 7
      event/feed.go

@ -39,10 +39,9 @@ type Feed struct {
sendCases caseList // the active set of select cases used by Send sendCases caseList // the active set of select cases used by Send
// The inbox holds newly subscribed channels until they are added to sendCases. // The inbox holds newly subscribed channels until they are added to sendCases.
mu sync.Mutex mu sync.Mutex
inbox caseList inbox caseList
etype reflect.Type etype reflect.Type
closed bool
} }
// This is the index of the first actual subscription channel in sendCases. // This is the index of the first actual subscription channel in sendCases.

Loading…
Cancel
Save