summaryrefslogtreecommitdiff
path: root/indra/llcommon/lualistener.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-04-18 16:15:35 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-04-18 16:15:35 -0400
commitc05bf5acd487e78e414e3d679f6ec5dbfaa4169d (patch)
tree4c7c34aba1d857a8e65202b2b388e624202b4561 /indra/llcommon/lualistener.cpp
parentdba3b3b10c317eef14cbc24e519a8e4620bfc6e8 (diff)
Remove redundant LLEventPump::inventName() call.
Diffstat (limited to 'indra/llcommon/lualistener.cpp')
-rw-r--r--indra/llcommon/lualistener.cpp2
1 files changed, 1 insertions, 1 deletions
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&)
{