projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e2ce1e
)
remove unneeded "return;"
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Tue, 20 Dec 2011 15:34:18 +0000
(10:34 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Tue, 20 Dec 2011 15:34:18 +0000
(10:34 -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 e565aec0f4c6d5dc96f6901403445056490e7490..e5db86cf4ac37acbd9d93d42b2505d470a2c4749 100644
(file)
--- a/
rculfhash.c
+++ b/
rculfhash.c
@@
-739,7
+739,6
@@
void _cds_lfht_gc_bucket(struct cds_lfht_node *bucket, struct cds_lfht_node *nod
new_next = clear_flag(next);
(void) uatomic_cmpxchg(&iter_prev->next, iter, new_next);
}
- return;
}
static
This page took
0.026288 seconds
and
4
git commands to generate.