fix an unused variable warning

This commit is contained in:
Stephen Birarda 2015-07-08 22:48:44 -07:00
parent f2a198dfdd
commit 8c2cf2cf25

View file

@ -2699,8 +2699,6 @@ int Application::sendNackPackets() {
_octreeSceneStatsLock.unlock();
// construct nack packet(s) for this node
int numSequenceNumbersAvailable = missingSequenceNumbers.size();
auto it = missingSequenceNumbers.constBegin();
while (it != missingSequenceNumbers.constEnd()) {
OCTREE_PACKET_SEQUENCE missingNumber = *it;