diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-08 11:17:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-08 11:17:20 +0100 |
commit | ecd357f4b09a485537cde1699d3b64a1e87a4101 (patch) | |
tree | e22b3025458e5262218a22adb8d55ba5680c1c55 /src/libserver/cfg_file.h | |
parent | 8de4f25c4a3f1337ff3c0efb7ef646bfc4104982 (diff) | |
download | rspamd-ecd357f4b09a485537cde1699d3b64a1e87a4101.tar.gz rspamd-ecd357f4b09a485537cde1699d3b64a1e87a4101.zip |
[Minor] Further steps to get rid of metrics support
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 48f352f49..39f57662a 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -607,7 +607,6 @@ gboolean rspamd_init_filters (struct rspamd_config *cfg, bool reconfig, * @return TRUE if symbol has been inserted or FALSE if symbol already exists with higher priority */ gboolean rspamd_config_add_metric_symbol (struct rspamd_config *cfg, - const gchar *metric, const gchar *symbol, gdouble score, const gchar *description, const gchar *group, guint flags, guint priority, |