Skip to content

Commit 9287ad4

Browse files
authored
rpc: remove unused vars ethereum#33012 (#1786)
1 parent d5226ba commit 9287ad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpc/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import (
3232
)
3333

3434
var (
35-
ErrBadResult = errors.New("bad result in JSON-RPC response")
3635
ErrClientQuit = errors.New("client is closed")
3736
ErrNoResult = errors.New("JSON-RPC response has no result")
3837
ErrMissingBatchResponse = errors.New("response batch did not contain a response to this call")

0 commit comments

Comments
 (0)