mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Remove unused
This commit is contained in:
parent
089fb0edbe
commit
10023cbdfc
|
|
@ -56,7 +56,6 @@ type destinationQueue struct {
|
||||||
transactionIDMutex sync.Mutex // protects transactionID
|
transactionIDMutex sync.Mutex // protects transactionID
|
||||||
transactionID gomatrixserverlib.TransactionID // last transaction ID
|
transactionID gomatrixserverlib.TransactionID // last transaction ID
|
||||||
transactionCount atomic.Int32 // how many events in this transaction so far
|
transactionCount atomic.Int32 // how many events in this transaction so far
|
||||||
pendingEDUs []*gomatrixserverlib.EDU // owned by backgroundSend
|
|
||||||
pendingInvites []*gomatrixserverlib.InviteV2Request // owned by backgroundSend
|
pendingInvites []*gomatrixserverlib.InviteV2Request // owned by backgroundSend
|
||||||
notifyPDUs chan bool // interrupts idle wait for PDUs
|
notifyPDUs chan bool // interrupts idle wait for PDUs
|
||||||
notifyEDUs chan bool // interrupts idle wait for EDUs
|
notifyEDUs chan bool // interrupts idle wait for EDUs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue