diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-23 16:53:28 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-23 16:53:28 +0000 |
commit | c07fb26ef4e2f903522a6cf85617d60acebd9ad2 (patch) | |
tree | 577099456d3410c6f3983469609c1f8b87be4225 /src/controller.c | |
parent | caa189167ab79c8fb71de4c74ed4b97ceb619550 (diff) | |
download | rspamd-c07fb26ef4e2f903522a6cf85617d60acebd9ad2.tar.gz rspamd-c07fb26ef4e2f903522a6cf85617d60acebd9ad2.zip |
Disable statistics in rspamd till reworking is done.
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controller.c b/src/controller.c index 87a4a8452..715f71dcc 100644 --- a/src/controller.c +++ b/src/controller.c @@ -23,8 +23,6 @@ #include "config.h" -#include "tokenizers.h" -#include "classifiers.h" #include "libserver/dynamic_cfg.h" #include "libutil/rrd.h" #include "libutil/map.h" |