Network/RUdpConnection: Remove useless line
Former-commit-id: b37a1b011d5039c8c591fe0d9c29ae95cb3c3447 [formerly 4735aabc1802bc1d51997b5d414bc5ae1be87d4e] Former-commit-id: ad25d576c31b7e8c9991fafc83e1aecbf6717389
This commit is contained in:
parent
7c7e602dc1
commit
2d6b8fe2c6
|
|
@ -149,8 +149,6 @@ namespace Nz
|
|||
std::vector<PendingPacket>& pendingPackets = peer.pendingPackets[priority];
|
||||
if (!pendingPackets.empty())
|
||||
return true;
|
||||
|
||||
pendingPackets.clear();
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue