Skip to content

Commit

Permalink
eth/filters: remove unused struct fields (#24782)
Browse files Browse the repository at this point in the history
  • Loading branch information
hero5512 authored and unclezoro committed Sep 21, 2022
1 parent a181eee commit f67e303
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eth/filters/api.go
Expand Up @@ -30,7 +30,6 @@ import (
"github.com/ethereum/go-ethereum/common/gopool"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/rpc"
)

Expand All @@ -49,8 +48,6 @@ type filter struct {
// information related to the Ethereum protocol such als blocks, transactions and logs.
type PublicFilterAPI struct {
backend Backend
mux *event.TypeMux
quit chan struct{}
events *EventSystem
filtersMu sync.Mutex
filters map[rpc.ID]*filter
Expand Down

0 comments on commit f67e303

Please sign in to comment.