Skip to content

Commit

Permalink
Remove unused variable to fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Feb 22, 2023
1 parent 2703b41 commit aea0402
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eth/tracers/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ const (
maximumPendingTraceStates = 128
)

var errTxNotFound = errors.New("transaction not found")

// StateReleaseFunc is used to deallocate resources held by constructing a
// historical state for tracing purposes.
type StateReleaseFunc func()
Expand Down

0 comments on commit aea0402

Please sign in to comment.