From 1890ec70444aa1f0e636df39fca17dd6bb790328 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 28 Oct 2017 13:55:59 +0100 Subject: [PATCH] rc is not used --- broker/http_broker.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/broker/http_broker.go b/broker/http_broker.go index cbccd08a..2adee5b3 100644 --- a/broker/http_broker.go +++ b/broker/http_broker.go @@ -38,9 +38,8 @@ type httpBroker struct { mux *http.ServeMux - c *http.Client - r registry.Registry - rc rcache.Cache + c *http.Client + r registry.Registry sync.RWMutex subscribers map[string][]*httpSubscriber