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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user