diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-07-11 11:35:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 11:35:34 -0400 |
commit | 014bfc04be6638533216f1ea18884d38632c5a99 (patch) | |
tree | 9b7c65188ab4abcb7aa6f022438d3b7885c9e834 /indra/llcommon/lua_function.h | |
parent | 89e7ca66cbadd9b5a3b31e6d12e310b1c7a3c5c1 (diff) | |
parent | b032abe2074949074c893153d992ae264c34116a (diff) |
Merge pull request #1984 from secondlife/lua-no-reuse
Remove ability to reuse a `LuaState` between `LLLUAmanager` functions.
Diffstat (limited to 'indra/llcommon/lua_function.h')
-rw-r--r-- | indra/llcommon/lua_function.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/lua_function.h b/indra/llcommon/lua_function.h index b3b1f40ae5..7f7a7566f3 100644 --- a/indra/llcommon/lua_function.h +++ b/indra/llcommon/lua_function.h @@ -87,8 +87,6 @@ public: ~LuaState(); - void initLuaState(); - bool checkLua(const std::string& desc, int r); // expr() is for when we want to capture any results left on the stack |