From 8c2cf2cf258e32f19245478ac7581b94f6693f09 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 8 Jul 2015 22:48:44 -0700 Subject: [PATCH] fix an unused variable warning --- interface/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 0d729711d8..d6a90b36f8 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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;