mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:00:41 +02:00
fix an unused variable warning
This commit is contained in:
parent
f2a198dfdd
commit
8c2cf2cf25
1 changed files with 0 additions and 2 deletions
|
@ -2699,8 +2699,6 @@ int Application::sendNackPackets() {
|
||||||
_octreeSceneStatsLock.unlock();
|
_octreeSceneStatsLock.unlock();
|
||||||
|
|
||||||
// construct nack packet(s) for this node
|
// construct nack packet(s) for this node
|
||||||
int numSequenceNumbersAvailable = missingSequenceNumbers.size();
|
|
||||||
|
|
||||||
auto it = missingSequenceNumbers.constBegin();
|
auto it = missingSequenceNumbers.constBegin();
|
||||||
while (it != missingSequenceNumbers.constEnd()) {
|
while (it != missingSequenceNumbers.constEnd()) {
|
||||||
OCTREE_PACKET_SEQUENCE missingNumber = *it;
|
OCTREE_PACKET_SEQUENCE missingNumber = *it;
|
||||||
|
|
Loading…
Reference in a new issue