summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-04-03 09:58:46 -0700
committerGraham Linden <graham@lindenlab.com>2019-04-03 09:58:46 -0700
commited12bb1c77b957ac00fd1a9d73d4d9aa93bd7f78 (patch)
tree9259243bc0d198b50abf5d34c21653442c18a48e /indra/newview
parent07f380d61a8f939e672dd1b07cc871dc799bdbc2 (diff)
Remove unused iterator for Xcode 10.2 happiness.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappearancemgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index 2bdffec7fb..5ab86059f3 100644
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -1864,7 +1864,6 @@ bool LLAppearanceMgr::getCanRemoveOutfit(const LLUUID& outfit_cat_id)
LLFindNonRemovableObjects filter_non_removable;
LLInventoryModel::cat_array_t cats;
LLInventoryModel::item_array_t items;
- LLInventoryModel::item_array_t::const_iterator it;
gInventory.collectDescendentsIf(outfit_cat_id, cats, items, false, filter_non_removable);
if (!cats.empty() || !items.empty())
{