summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-03 17:59:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-03 17:59:42 +0100
commiteab784a8fa4c392e27bd59426f60f94fb6748569 (patch)
tree2614acb1110c1e2f197eb2a7b82de5d1885e9a45 /src/lua/lua_common.c
parent003073c44cf5e0db3d895d5ac2f15f8e5c45f276 (diff)
downloadrspamd-eab784a8fa4c392e27bd59426f60f94fb6748569.tar.gz
rspamd-eab784a8fa4c392e27bd59426f60f94fb6748569.zip
Remove stupid lua_message module.
Diffstat (limited to 'src/lua/lua_common.c')
-rw-r--r--src/lua/lua_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c
index 17b284e0c..691bd3445 100644
--- a/src/lua/lua_common.c
+++ b/src/lua/lua_common.c
@@ -300,7 +300,6 @@ rspamd_lua_init (struct rspamd_config *cfg)
luaopen_mimepart (L);
luaopen_image (L);
luaopen_url (L);
- luaopen_message (L);
luaopen_classifier (L);
luaopen_statfile (L);
luaopen_glib_regexp (L);