From: Vsevolod Stakhov Date: Sun, 14 May 2017 22:26:11 +0000 (+0100) Subject: [Minor] Remove unused constant X-Git-Tag: 1.6.0~210 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8ec8c3ffcda9ad33c8d74f14307be6e588d2e62f;p=rspamd.git [Minor] Remove unused constant --- 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;