Commit b86f6c92 authored by ChaiShushan's avatar ChaiShushan Committed by Russ Cox

net/rpc/jsonrpc: remove unused serverCodec.resp field

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/10458045
parent 1135ef15
...@@ -20,8 +20,7 @@ type serverCodec struct { ...@@ -20,8 +20,7 @@ type serverCodec struct {
c io.Closer c io.Closer
// temporary work space // temporary work space
req serverRequest req serverRequest
resp serverResponse
// JSON-RPC clients can use arbitrary json values as request IDs. // JSON-RPC clients can use arbitrary json values as request IDs.
// Package rpc expects uint64 request IDs. // Package rpc expects uint64 request IDs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment