From 913d102a81fc0e96cf7bd9cc38de2a90e4232ff7 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Fri, 31 Oct 2014 13:59:54 -0700 Subject: [PATCH] client: remove unused field --- client/http.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/http.go b/client/http.go index 92c0a7dbc..665eff96e 100644 --- a/client/http.go +++ b/client/http.go @@ -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) {