summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2019-04-25 15:10:19 -0400
committerNat Goodspeed <nat@lindenlab.com>2019-04-25 15:10:19 -0400
commit778bfc932f1b107c1bf79e11b66e2c467c58cc26 (patch)
treedf925791c6e764e2cd8a8f46786c08a8f7c35bb7 /indra/llui
parent81dbd3663bdaff741e68de0ec4d4d35bedf6649d (diff)
Remove a couple unused iterators per Xcode 10.2.1.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lllayoutstack.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp
index 69246a2f57..ce8dbb1f66 100644
--- a/indra/llui/lllayoutstack.cpp
+++ b/indra/llui/lllayoutstack.cpp
@@ -510,7 +510,6 @@ LLLayoutPanel* LLLayoutStack::findEmbeddedPanel(LLPanel* panelp) const
{
if (!panelp) return NULL;
- e_panel_list_t::const_iterator panel_it;
BOOST_FOREACH(LLLayoutPanel* p, mPanels)
{
if (p == panelp)