cleanup unneed declare
authorLai Jiangshan <laijs@cn.fujitsu.com>
Fri, 2 Dec 2011 13:06:02 +0000 (08:06 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Dec 2011 13:06:02 +0000 (08:06 -0500)
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c

index 8c835dedb71c733cca89872ff685e254c5297a23..6c648f17da8a939d22894067eb1cc8c24620a8e0 100644 (file)
@@ -242,15 +242,6 @@ struct partition_resize_work {
                    unsigned long start, unsigned long len);
 };
 
-static
-void _cds_lfht_add(struct cds_lfht *ht,
-               cds_lfht_match_fct match,
-               const void *key,
-               unsigned long size,
-               struct cds_lfht_node *node,
-               struct cds_lfht_iter *unique_ret,
-               int bucket);
-
 /*
  * Algorithm to reverse bits in a word by lookup table, extended to
  * 64-bit words.
This page took 0.027252 seconds and 4 git commands to generate.