From 8ec8c3ffcda9ad33c8d74f14307be6e588d2e62f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 14 May 2017 23:26:11 +0100 Subject: [PATCH] [Minor] Remove unused constant --- src/libutil/hash.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5