diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-03-27 15:51:31 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2019-03-27 15:51:31 -0400 |
commit | 135dd008da4372d2c9eebe1c7bbfe87681d55612 (patch) | |
tree | 597c0c393fb9fd17a22cf50d4ac12edb35cd1cf1 /indra/newview | |
parent | 9680e74b3d57e0b3b73a0edb39646243436f476f (diff) |
DRTVWR-479: Remove unused iterators to pacify Xcode 10.2.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 08daeb0f59..22bcbad7da 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1865,7 +1865,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()) { |