diff options
Diffstat (limited to 'node/Switch.cpp')
-rw-r--r-- | node/Switch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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> &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)) { |