summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditorws.cpp
diff options
context:
space:
mode:
authorWolfGang <flamin2k8@gmail.com>2026-01-08 22:00:46 +0000
committerGitHub <noreply@github.com>2026-01-08 22:00:46 +0000
commitedd823d420a06b09f2fd802c3b3327e730685430 (patch)
tree86a1d1478d2e586dc306b48c37d22b63147d4b03 /indra/newview/llscripteditorws.cpp
parent5873907a0b3d64a2fc9a565ee3bd123ae9830e40 (diff)
Remove unused connection_id value
Co-authored-by: Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com>
Diffstat (limited to 'indra/newview/llscripteditorws.cpp')
-rw-r--r--indra/newview/llscripteditorws.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscripteditorws.cpp b/indra/newview/llscripteditorws.cpp
index 582d94e236..30a1ca53f6 100644
--- a/indra/newview/llscripteditorws.cpp
+++ b/indra/newview/llscripteditorws.cpp
@@ -287,7 +287,7 @@ void LLScriptEditorWSServer::setupConnectionMethods(LLJSONRPCConnection::ptr_t c
return LLSD();
});
script_connection->registerMethod("script.list",
- [that, connection_id](const std::string&, const LLSD&, const LLSD& params) -> LLSD
+ [that](const std::string&, const LLSD&, const LLSD& params) -> LLSD
{
auto server = that.lock();
if (server)