diff --git a/indra/newview/llnetmap.cpp b/indra/newview/llnetmap.cpp index 8bac89458..ec8c27760 100644 --- a/indra/newview/llnetmap.cpp +++ b/indra/newview/llnetmap.cpp @@ -979,8 +979,6 @@ BOOL LLNetMap::handleToolTip( S32 x, S32 y, std::string& tool_tip, LLRect* stick LLVector3d myPosition = gAgent.getPositionGlobal(); - std::map::iterator current = mClosestAgentsToCursor.begin(); - std::map::iterator end = mClosestAgentsToCursor.end(); for (const auto& target : mClosestAgentsToCursor) { const auto& targetUUID = target.first;