From b69e8b3f8cec89492c706cb6a3c0e1f85dccfcfd Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Fri, 2 Dec 2011 08:06:02 -0500 Subject: [PATCH] cleanup unneed declare Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 9 --------- 1 file changed, 9 deletions(-) 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. -- 2.34.1