rpc: remove unused vars #33012 (#1786)

This commit is contained in:
wit liu 2025-11-24 13:29:38 +08:00 committed by GitHub
parent d5226ba29f
commit 9287ad4089
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")