From: Lai Jiangshan Date: Fri, 28 Oct 2011 06:02:12 +0000 (+0200) Subject: rculfhash: Remove unneed branches X-Git-Tag: v0.7.0~43^2~78 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=4f6e90b73cb103d7d49b8b4838c5f48c3d15b02e;hp=4f6e90b73cb103d7d49b8b4838c5f48c3d15b02e;p=urcu.git rculfhash: Remove unneed branches By the effect of previous patch, some unneed branches can be removed. One of them is in the fast path. These branches are mostly special-cases for the node "0", which is always populated after hash table new. Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers ---