From 275bc13b22ded5f8d8de0d73fdea3294b522b76b Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Wed, 16 Mar 2016 00:36:56 -0600 Subject: [PATCH] fix(client): remove unused Protocol from client --- pkg/client/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/client/client.go b/pkg/client/client.go index 56f3bc294..347d54940 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -44,8 +44,6 @@ var DefaultHTTPProtocol = "http" type Client struct { // Timeout on HTTP connections. HTTPTimeout time.Duration - // The protocol. Currently only http and https are supported. - Protocol string // Transport Transport http.RoundTripper // Debug enables http logging