good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7f70a701 authored by Felix Lange's avatar Felix Lange Committed by Péter Szilágyi
Browse files

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

parent 94e82509
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment