[lttng-dev] [PATCH 3/6] cleanup unneed declare
Lai Jiangshan
laijs at cn.fujitsu.com
Fri Dec 2 05:07:35 EST 2011
Signed-off-by: Lai Jiangshan <laijs at cn.fujitsu.com>
---
rculfhash.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/rculfhash.c b/rculfhash.c
index ebf0023..6e8b864 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.
--
1.7.4.4
More information about the lttng-dev
mailing list