From 6fbc5711cb4f8d2c69c8a83c5bd81386b13f2e83 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