callisto: remove standard lualibs from loadedlibs[]
This commit is contained in:
parent
949811a6b2
commit
21feabdded
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ static const luaL_Reg loadedlibs[] = {
|
||||||
{CALLISTO_ENVLIBNAME, luaopen_environ},
|
{CALLISTO_ENVLIBNAME, luaopen_environ},
|
||||||
{CALLISTO_FSYSLIBNAME, luaopen_fs},
|
{CALLISTO_FSYSLIBNAME, luaopen_fs},
|
||||||
{CALLISTO_JSONLIBNAME, luaopen_json},
|
{CALLISTO_JSONLIBNAME, luaopen_json},
|
||||||
{LUA_MATHLIBNAME, luaopen_math},
|
|
||||||
{LUA_OSLIBNAME, luaopen_os},
|
|
||||||
{CALLISTO_PROCLIBNAME, luaopen_process},
|
{CALLISTO_PROCLIBNAME, luaopen_process},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue