From: Mathieu Desnoyers Date: Sat, 5 Nov 2011 13:10:12 +0000 (-0400) Subject: rculfhash: Remove leftover hash_seed field X-Git-Tag: v0.7.0~43^2~56 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=b84f92d592010f01851c3fdcd5ac7d3666028146 rculfhash: Remove leftover hash_seed field Signed-off-by: Mathieu Desnoyers --- diff --git a/rculfhash.c b/rculfhash.c index 53ecaac..e5c91b9 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -269,7 +269,6 @@ struct cds_lfht { struct rcu_table t; unsigned long min_alloc_order; unsigned long min_alloc_size; - unsigned long hash_seed; int flags; /* * We need to put the work threads offline (QSBR) when taking this