瀏覽代碼

client: remove unused field

Brian Waldon 11 年之前
父節點
當前提交
913d102a81
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      client/http.go

+ 0 - 1
client/http.go

@@ -38,7 +38,6 @@ type roundTripResponse struct {
 type httpClient struct {
 type httpClient struct {
 	transport CancelableTransport
 	transport CancelableTransport
 	endpoint  url.URL
 	endpoint  url.URL
-	timeout   time.Duration
 }
 }
 
 
 func (c *httpClient) Do(ctx context.Context, act HTTPAction) (*http.Response, []byte, error) {
 func (c *httpClient) Do(ctx context.Context, act HTTPAction) (*http.Response, []byte, error) {