From 2b56664d855b03b24383250180bb88bae1a51c10 Mon Sep 17 00:00:00 2001 From: joyz Date: Thu, 27 Dec 2018 21:22:32 +0800 Subject: [PATCH] remove no use --- broker/client.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/broker/client.go b/broker/client.go index 204b0c7..27ab9be 100644 --- a/broker/client.go +++ b/broker/client.go @@ -51,11 +51,6 @@ type client struct { rmsgs []*packets.PublishPacket } -type subInfo struct { - sub *subscription - num int -} - type subscription struct { client *client topic string