aboutsummaryrefslogtreecommitdiffstats
path: root/device/send.go
diff options
context:
space:
mode:
Diffstat (limited to 'device/send.go')
-rw-r--r--device/send.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/device/send.go b/device/send.go
index c75d23e..55df4b3 100644
--- a/device/send.go
+++ b/device/send.go
@@ -352,9 +352,6 @@ func (peer *Peer) RoutineNonce() {
device := peer.device
logDebug := device.log.Debug
- // We write to the encryption queue; keep it alive until we are done.
- device.queue.encryption.wg.Add(1)
-
flush := func() {
for {
select {