diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2019-04-25 15:10:19 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2019-04-25 15:10:19 -0400 | 
| commit | 778bfc932f1b107c1bf79e11b66e2c467c58cc26 (patch) | |
| tree | df925791c6e764e2cd8a8f46786c08a8f7c35bb7 | |
| parent | 81dbd3663bdaff741e68de0ec4d4d35bedf6649d (diff) | |
Remove a couple unused iterators per Xcode 10.2.1.
| -rw-r--r-- | indra/llui/lllayoutstack.cpp | 1 | ||||
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 1 | 
2 files changed, 0 insertions, 2 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) 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())  	{ | 
