Skip to content

Commit 7fb91f3

Browse files
authored
rpc: remove unused vars (#33012)
1 parent cfa3b96 commit 7fb91f3

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)