diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-16 16:13:30 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-16 16:13:30 +0000 |
commit | e175d9762f84e52c1fae2fca59a12dbbc142034f (patch) | |
tree | 6c7cdb3d6110b733e4973bc97afbfaaca0b6fbae /src/plugins/chartable.c | |
parent | 29ea337d8d38af6babd3ad012b91b022a61bbb0f (diff) | |
download | rspamd-e175d9762f84e52c1fae2fca59a12dbbc142034f.tar.gz rspamd-e175d9762f84e52c1fae2fca59a12dbbc142034f.zip |
Remove unused xml code.
Diffstat (limited to 'src/plugins/chartable.c')
-rw-r--r-- | src/plugins/chartable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/chartable.c b/src/plugins/chartable.c index 69197dfd6..ec848f6df 100644 --- a/src/plugins/chartable.c +++ b/src/plugins/chartable.c @@ -76,8 +76,6 @@ chartable_module_init (struct config_file *cfg, struct module_ctx **ctx) chartable_module_ctx->chartable_pool = memory_pool_new (memory_pool_get_size ()); *ctx = (struct module_ctx *)chartable_module_ctx; - register_module_opt ("chartable", "symbol", MODULE_OPT_TYPE_STRING); - register_module_opt ("chartable", "threshold", MODULE_OPT_TYPE_STRING); return 0; } |