Bläddra i källkod

client: remove unused field

Brian Waldon 11 år sedan
förälder
incheckning
913d102a81
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      client/http.go

+ 0 - 1
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) {