event: remove unused field 'closed'

This commit is contained in:
Felix Lange 2019-11-19 14:15:35 +01:00
parent b9c90c5581
commit 283a29ee4d

View file

@ -42,7 +42,6 @@ type Feed struct {
mu sync.Mutex
inbox caseList
etype reflect.Type
closed bool
}
// This is the index of the first actual subscription channel in sendCases.