Commit 2ac4d527 authored by Rob Pike's avatar Rob Pike

rpc: delete unused field from InvalidRequest struct.

Was a mysterious holdover from an attempt to fix a problem
long-resolved, I think.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4243066
parent 3a95587e
......@@ -285,9 +285,7 @@ func (server *Server) register(rcvr interface{}, name string, useName bool) os.E
}
// A value sent as a placeholder for the response when the server receives an invalid request.
type InvalidRequest struct {
Marker int
}
type InvalidRequest struct{}
var invalidRequest = InvalidRequest{}
......
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