Skip to content

Commit

Permalink
eth/filters: remove unused struct fields (ethereum#24782)
Browse files Browse the repository at this point in the history
  • Loading branch information
hero5512 authored and jagdeep sidhu committed May 5, 2022
1 parent cbf85f8 commit 57dc3b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eth/filters/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/ethereum/go-ethereum/common"
"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 @@ -48,8 +47,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 57dc3b4

Please sign in to comment.