]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove unused constant
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 14 May 2017 22:26:11 +0000 (23:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 14 May 2017 22:26:11 +0000 (23:26 +0100)
src/libutil/hash.c

index 5be46724e9c1cb746bb633c02a601bccb87a2e05..591af9027f5ef5173c08375ad94ce623cef2511e 100644 (file)
@@ -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;