From e2bc7bf6d7fb412f1ab39e4d09390c02a29dfb7a Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 22 Feb 2024 18:59:22 +0100 Subject: [PATCH] Remove unused type clientPubsub. --- xmpp_pubsub.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xmpp_pubsub.go b/xmpp_pubsub.go index 74e60d8..c5378cc 100644 --- a/xmpp_pubsub.go +++ b/xmpp_pubsub.go @@ -22,11 +22,6 @@ type clientPubsubItems struct { Items []clientPubsubItem `xml:"item"` } -type clientPubsub struct { - XMLName xml.Name `xml:"pubsub"` - Items clientPubsubItems `xml:"items"` -} - type clientPubsubEvent struct { XMLName xml.Name `xml:"event"` XMLNS string `xml:"xmlns,attr"`