From c05bf5acd487e78e414e3d679f6ec5dbfaa4169d Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 18 Apr 2024 16:15:35 -0400 Subject: Remove redundant LLEventPump::inventName() call. --- indra/llcommon/lualistener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/lualistener.cpp b/indra/llcommon/lualistener.cpp index b7036c1c48..5c4989e891 100644 --- a/indra/llcommon/lualistener.cpp +++ b/indra/llcommon/lualistener.cpp @@ -41,7 +41,7 @@ LuaListener::LuaListener(lua_State* L): // Listen for shutdown events. mShutdownConnection( LLCoros::getStopListener( - LLEventPump::inventName("LuaState"), + "LuaState", mCoroName, [this](const LLSD&) { -- cgit v1.2.3