From edd823d420a06b09f2fd802c3b3327e730685430 Mon Sep 17 00:00:00 2001 From: WolfGang Date: Thu, 8 Jan 2026 22:00:46 +0000 Subject: Remove unused connection_id value Co-authored-by: Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> --- indra/newview/llscripteditorws.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llscripteditorws.cpp') 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) -- cgit v1.3