mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
event: remove unused field closed (#20324)
This commit is contained in:
parent
c35926c955
commit
3a51e7573c
1 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue