projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae843a6
)
cleanup unneed declare
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Fri, 2 Dec 2011 13:06:02 +0000
(08:06 -0500)
committer
Mathieu 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
patch
|
blob
|
blame
|
history
diff --git
a/rculfhash.c
b/rculfhash.c
index 8c835dedb71c733cca89872ff685e254c5297a23..6c648f17da8a939d22894067eb1cc8c24620a8e0 100644
(file)
--- 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.
This page took
0.028525 seconds
and
4
git commands to generate.