event: remove unused field 'closed' (#20324)
This commit is contained in:
parent
b1e2868e36
commit
88e51543e0
@ -39,10 +39,9 @@ type Feed struct {
|
||||
sendCases caseList // the active set of select cases used by Send
|
||||
|
||||
// The inbox holds newly subscribed channels until they are added to sendCases.
|
||||
mu sync.Mutex
|
||||
inbox caseList
|
||||
etype reflect.Type
|
||||
closed bool
|
||||
mu sync.Mutex
|
||||
inbox caseList
|
||||
etype reflect.Type
|
||||
}
|
||||
|
||||
// This is the index of the first actual subscription channel in sendCases.
|
||||
|
Loading…
Reference in New Issue
Block a user