From f651e9ad93bc07873780557016bad7209ad202fc Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Tue, 20 Dec 2011 10:34:18 -0500 Subject: [PATCH] remove unneeded "return;" Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rculfhash.c b/rculfhash.c index e565aec..e5db86c 100644 --- 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 -- 2.34.1