From 10023cbdfcf39f6e10f481b9147c8836e03b60be Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 20 Jul 2020 16:17:23 +0100 Subject: [PATCH] Remove unused --- federationsender/queue/destinationqueue.go | 1 - 1 file changed, 1 deletion(-) diff --git a/federationsender/queue/destinationqueue.go b/federationsender/queue/destinationqueue.go index 19b61418b..b7582bf9c 100644 --- a/federationsender/queue/destinationqueue.go +++ b/federationsender/queue/destinationqueue.go @@ -56,7 +56,6 @@ type destinationQueue struct { transactionIDMutex sync.Mutex // protects transactionID transactionID gomatrixserverlib.TransactionID // last transaction ID transactionCount atomic.Int32 // how many events in this transaction so far - pendingEDUs []*gomatrixserverlib.EDU // owned by backgroundSend pendingInvites []*gomatrixserverlib.InviteV2Request // owned by backgroundSend notifyPDUs chan bool // interrupts idle wait for PDUs notifyEDUs chan bool // interrupts idle wait for EDUs