Network/RUdpConnection: Remove useless line
Former-commit-id: 8f55377c62171e3976f4d4d339da9c5e06df9d52 [formerly 4e8143782a1b3814596ce84a7108ebf623352674] Former-commit-id: b58d42df10f79f54c2f104480cc897eaf943a1db
This commit is contained in:
parent
e70b1f57ae
commit
8509c7c068
|
|
@ -149,8 +149,6 @@ namespace Nz
|
||||||
std::vector<PendingPacket>& pendingPackets = peer.pendingPackets[priority];
|
std::vector<PendingPacket>& pendingPackets = peer.pendingPackets[priority];
|
||||||
if (!pendingPackets.empty())
|
if (!pendingPackets.empty())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
pendingPackets.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue