event: remove unused field closed (#20324)

This commit is contained in:
Daniel Liu 2024-08-27 06:45:22 +08:00 committed by Daniel Liu
parent c35926c955
commit 3a51e7573c

View file

@ -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.