From 63ec19674c423b3d93185a690cff3f355c8d9c17 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 19 Mar 2019 16:43:43 -0700 Subject: . --- node/Switch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/Switch.cpp') diff --git a/node/Switch.cpp b/node/Switch.cpp index 3a4f8276..55275dc3 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -816,7 +816,6 @@ void Switch::doAnythingWaitingForPeer(void *tPtr,const SharedPtr &peer) { Mutex::Lock _l(_txQueue_m); - for(std::list< TXQueueEntry >::iterator txi(_txQueue.begin());txi!=_txQueue.end();) { if (txi->dest == peer->address()) { if (_trySend(tPtr,txi->packet,txi->encrypt)) { -- cgit v1.2.3