From ed12bb1c77b957ac00fd1a9d73d4d9aa93bd7f78 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Wed, 3 Apr 2019 09:58:46 -0700 Subject: Remove unused iterator for Xcode 10.2 happiness. --- indra/newview/llappearancemgr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra') 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()) { -- cgit v1.2.3