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