diff options
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; |