remove no use

This commit is contained in:
joyz
2018-12-27 21:22:32 +08:00
parent 7547ad3bdc
commit 2b56664d85

View File

@@ -51,11 +51,6 @@ type client struct {
rmsgs []*packets.PublishPacket rmsgs []*packets.PublishPacket
} }
type subInfo struct {
sub *subscription
num int
}
type subscription struct { type subscription struct {
client *client client *client
topic string topic string