rpc: remove unused vars (#33012)

This commit is contained in:
Rizky Ikwan 2025-10-26 09:13:04 +01:00 committed by GitHub
parent cfa3b96103
commit 7fb91f3cd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@ import (
)
var (
ErrBadResult = errors.New("bad result in JSON-RPC response")
ErrClientQuit = errors.New("client is closed")
ErrNoResult = errors.New("JSON-RPC response has no result")
ErrMissingBatchResponse = errors.New("response batch did not contain a response to this call")