diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-23 15:36:31 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-23 15:36:31 +0000 |
commit | 8ebc43f86166fd121d9634349dfca873cb92278c (patch) | |
tree | 33a8c5843dbd3426fb16c0fd591d3f5343c764df /src/lua/lua_task.c | |
parent | 8a05515078bc8fd3d642778fcae0d005a38ec7b0 (diff) | |
download | rspamd-8ebc43f86166fd121d9634349dfca873cb92278c.tar.gz rspamd-8ebc43f86166fd121d9634349dfca873cb92278c.zip |
Rework classifiers configuration and naming.
Now it is possible to register multiple classifiers with the same type.
Diffstat (limited to 'src/lua/lua_task.c')
-rw-r--r-- | src/lua/lua_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index 86b19827f..98aba7f15 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -32,8 +32,6 @@ #include "util.h" #include "images.h" #include "cfg_file.h" -#include "tokenizers.h" -#include "classifiers.h" #include "diff.h" /*** |