projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6b23a
)
Remove unneeded code
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Tue, 20 Dec 2011 15:26:29 +0000
(10:26 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Tue, 20 Dec 2011 15:26:29 +0000
(10:26 -0500)
this unneeded code is wrongly introduced by laijs.
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 bdf9fc000c4abe7b596c56eda705b3ca24ab041a..91958dd108b38f8177fc49432ffa1a139ddf1505 100644
(file)
--- a/
rculfhash.c
+++ b/
rculfhash.c
@@
-1129,7
+1129,6
@@
void remove_table_partition(struct cds_lfht *ht, unsigned long i,
assert(j >= size && j < (size << 1));
dbg_printf("remove entry: order %lu index %lu hash %lu\n",
i, j, j);
- fini_node->reverse_hash = bit_reverse_ulong(j);
(void) _cds_lfht_del(ht, size, fini_node, 1);
}
ht->flavor->read_unlock();
This page took
0.026131 seconds
and
4
git commands to generate.