diff options
Diffstat (limited to 'src/lua/lua_common.c')
-rw-r--r-- | src/lua/lua_common.c | 1 |
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); |