summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mod_cml_lua.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mod_cml_lua.c b/src/mod_cml_lua.c
index 13aab556..ded53b80 100644
--- a/src/mod_cml_lua.c
+++ b/src/mod_cml_lua.c
@@ -224,12 +224,6 @@ int cache_parse_lua(server *srv, connection *con, plugin_data *p, buffer *fn) {
L = luaL_newstate();
luaL_openlibs(L);
- luaopen_base(L);
- luaopen_table(L);
- luaopen_string(L);
- luaopen_math(L);
- luaopen_io(L);
-
/* register functions */
lua_register(L, "md5", f_crypto_md5);
lua_register(L, "file_mtime", f_file_mtime);