Skip to content

Commit

Permalink
etcdserver: Fix to backport of etcd-io#9288 for pre-RequestV2 code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbetz committed Jun 7, 2018
1 parent 1935a66 commit 065053d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions etcdserver/v2_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,3 @@ func (s *EtcdServer) Do(ctx context.Context, r pb.Request) (Response, error) {
}
return Response{}, ErrUnknownMethod
}

func (r *RequestV2) String() string {
rpb := pb.Request(*r)
return rpb.String()
}

0 comments on commit 065053d

Please sign in to comment.