summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventory.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2026-03-26 14:20:52 -0700
committerRider Linden <rider@lindenlab.com>2026-03-26 14:20:52 -0700
commitb194750f29398c900adfc8463dbf85b90e445ebb (patch)
treea2d1c27318456209b89bad069e9921b93b830260 /indra/llinventory/llinventory.cpp
parentb45bb3186fa28bd2ebbdf8e328f3e239ee5eb4d8 (diff)
Some followup CR changes.
Diffstat (limited to 'indra/llinventory/llinventory.cpp')
-rw-r--r--indra/llinventory/llinventory.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp
index 14bd7db617..416b5efccb 100644
--- a/indra/llinventory/llinventory.cpp
+++ b/indra/llinventory/llinventory.cpp
@@ -1535,14 +1535,7 @@ bool LLInventoryCategory::importLegacyStream(std::istream& input_stream)
{
setFavorite(false);
}
- if (metadata.has("script") && metadata["script"].has("runtime"))
- {
- setRuntime(metadata["script"]["runtime"].asString());
- }
- else
- {
- setRuntime(std::string());
- }
+ setRuntime(std::string());
}
else