diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-01 17:16:08 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-01 17:16:08 +0000 |
commit | fc754c3abde44cd583f92f29506846eaec1b8852 (patch) | |
tree | 3055180004e63187fd9d035472caa4d69c206733 /src/plugins/fuzzy_check.c | |
parent | fedaaa3a1eff07f0a412b306e87a4549f640e791 (diff) | |
download | rspamd-fc754c3abde44cd583f92f29506846eaec1b8852.tar.gz rspamd-fc754c3abde44cd583f92f29506846eaec1b8852.zip |
[Minor] Remove unused macros
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 79ffc70a5..b12afb7b9 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -47,9 +47,6 @@ #include <math.h> #define DEFAULT_SYMBOL "R_FUZZY_HASH" -#define DEFAULT_UPSTREAM_ERROR_TIME 10 -#define DEFAULT_UPSTREAM_DEAD_TIME 300 -#define DEFAULT_UPSTREAM_MAXERRORS 10 #define DEFAULT_IO_TIMEOUT 500 #define DEFAULT_RETRANSMITS 3 |