diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-05-14 23:26:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-05-14 23:26:11 +0100 |
commit | 8ec8c3ffcda9ad33c8d74f14307be6e588d2e62f (patch) | |
tree | 4d736426bfc0178456693f810cae7a55b79dbd08 /src/libutil/hash.c | |
parent | df33e9977c4346f4accee1c9856e680e6a721903 (diff) | |
download | rspamd-8ec8c3ffcda9ad33c8d74f14307be6e588d2e62f.tar.gz rspamd-8ec8c3ffcda9ad33c8d74f14307be6e588d2e62f.zip |
[Minor] Remove unused constant
Diffstat (limited to 'src/libutil/hash.c')
-rw-r--r-- | src/libutil/hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/hash.c b/src/libutil/hash.c index 5be46724e..591af9027 100644 --- a/src/libutil/hash.c +++ b/src/libutil/hash.c @@ -21,7 +21,6 @@ * LRU hashing */ -static const guint expire_aggressive_count = 10; static const guint log_base = 10; static const guint eviction_candidates = 16; static const gdouble lfu_base_value = 5.0; |