diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-01 16:31:34 +0200 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-01 16:31:34 +0200 |
commit | 07e1d7bf7f6b5cf535285a1253fbf1250ceb8e71 (patch) | |
tree | d60f13c516a06e923d876f6ad3d93d0ab92b2500 | |
parent | b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8 (diff) |
Fix macOS build error
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index a70b1899b6..c7e0e9d702 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1290,7 +1290,6 @@ void LLInventoryModel::collectDescendentsIf(const LLUUID& id, } } - LLViewerInventoryItem* item = NULL; item_array_t* item_array = get_ptr_in_map(mParentChildItemTree, id); // Move onto items |