From 4c7eacf4fce9834a88d0c41663992223967fe4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Sun, 5 Jan 2020 23:25:36 -0500 Subject: [PATCH] Remove unused code --- indra/newview/llnetmap.cpp | 2 -- 1 file changed, 2 deletions(-) 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;