client: remove unused field

This commit is contained in:
Brian Waldon 2014-10-31 13:59:54 -07:00
parent 824049897d
commit 913d102a81

View File

@ -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) {