Skip to content

Commit f94e23c

Browse files
authored
eth/filters: remove unused struct fields (#24782)
1 parent 84041e8 commit f94e23c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eth/filters/api.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import (
2929
"github.com/ethereum/go-ethereum/common"
3030
"github.com/ethereum/go-ethereum/common/hexutil"
3131
"github.com/ethereum/go-ethereum/core/types"
32-
"github.com/ethereum/go-ethereum/event"
3332
"github.com/ethereum/go-ethereum/rpc"
3433
)
3534

@@ -48,8 +47,6 @@ type filter struct {
4847
// information related to the Ethereum protocol such als blocks, transactions and logs.
4948
type PublicFilterAPI struct {
5049
backend Backend
51-
mux *event.TypeMux
52-
quit chan struct{}
5350
events *EventSystem
5451
filtersMu sync.Mutex
5552
filters map[rpc.ID]*filter

0 commit comments

Comments
 (0)