From fdc47e9a1670850977b3087e41343d9ba435d585 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Wed, 18 Oct 2023 12:07:21 +0300
Subject: [PATCH] SL-20232 Cleanup #6

---
 indra/newview/llappearancemgr.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index 61b86d6a4a2..8673dc6a332 100644
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -3176,7 +3176,6 @@ void LLAppearanceMgr::removeCOFItemLinks(const LLUUID& item_id, LLPointer<LLInve
 			{
 				// Immediate delete
 				remove_inventory_item(item->getUUID(), cb, true);
-				remove_inventory_item(item->getUUID(), cb, true);
 				gInventory.addChangedMask(LLInventoryObserver::LABEL, item_id);
 			}
 			else
-- 
GitLab