summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-11 05:10:11 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-11 05:10:11 +0200
commit4132a13972b3a76af22ba3d274be30be3680acc2 (patch)
tree31ae40090192ede34d1dcb00ecc254ebe203ef0a /indra/newview/llaisapi.cpp
parent573ca63e0f837fd52cbfc8adc3546d8971d21b12 (diff)
parent95a395de2287858aac39a41e1a360eab4ef7315f (diff)
Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-b
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rw-r--r--indra/newview/llaisapi.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index ce4e8e9392..11c5ffecb6 100644
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -1385,8 +1385,6 @@ void AISUpdate::parseCategory(const LLSD& category_map, S32 depth)
&& curr_cat->getVersion() > LLViewerInventoryCategory::VERSION_UNKNOWN
&& version > curr_cat->getVersion())
{
- // Potentially should new_cat->setVersion(unknown) here,
- // but might be waiting for a callback that would increment
LL_DEBUGS("Inventory") << "Category " << category_id
<< " is stale. Known version: " << curr_cat->getVersion()
<< " server version: " << version << LL_ENDL;