event: remove unused field 'closed' (#20324)
This commit is contained in:
parent
94e8250983
commit
7f70a70106
@ -42,7 +42,6 @@ type Feed struct {
|
|||||||
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…
Reference in New Issue
Block a user