mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
client: remove unused field
This commit is contained in:
parent
824049897d
commit
913d102a81
@ -38,7 +38,6 @@ type roundTripResponse struct {
|
||||
type httpClient struct {
|
||||
transport CancelableTransport
|
||||
endpoint url.URL
|
||||
timeout time.Duration
|
||||
}
|
||||
|
||||
func (c *httpClient) Do(ctx context.Context, act HTTPAction) (*http.Response, []byte, error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user