From: Lai Jiangshan Date: Fri, 2 Dec 2011 13:06:02 +0000 (-0500) Subject: cleanup unneed declare X-Git-Tag: v0.7.0~43^2~27 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=b69e8b3f8cec89492c706cb6a3c0e1f85dccfcfd cleanup unneed declare Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- diff --git a/rculfhash.c b/rculfhash.c index 8c835de..6c648f1 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -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.