1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

lua: do not load the debug library

This commit is contained in:
wfrsk
2023-04-08 16:35:46 +02:00
committed by Sébastien Helleu
parent b0581ac1f8
commit 97f87932fe
-1
View File
@@ -558,7 +558,6 @@ weechat_lua_load (const char *filename, const char *code)
luaopen_table (lua_current_interpreter);
luaopen_math (lua_current_interpreter);
luaopen_os (lua_current_interpreter);
luaopen_debug (lua_current_interpreter);
#ifdef LUA_VERSION_NUM
#if LUA_VERSION_NUM == 501 // Lua 5.1.x