mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
event: remove unused field 'closed'
This commit is contained in:
parent
b9c90c5581
commit
283a29ee4d
1 changed files with 3 additions and 4 deletions
|
|
@ -39,10 +39,9 @@ type Feed struct {
|
||||||
sendCases caseList // the active set of select cases used by Send
|
sendCases caseList // the active set of select cases used by Send
|
||||||
|
|
||||||
// The inbox holds newly subscribed channels until they are added to sendCases.
|
// The inbox holds newly subscribed channels until they are added to sendCases.
|
||||||
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 a new issue