rcu: Remove unused function hlist_bl_del_init_rcu()
authorEthan Hansen <1ethanhansen@gmail.com>
Fri, 2 Aug 2019 20:37:58 +0000 (13:37 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 30 Oct 2019 15:32:07 +0000 (08:32 -0700)
commit8e6af017f4b1da9cdd2b55ce83853df8e167b4d3
treee60de5d41fbaefaefa635a860a55f52aa07dbb70
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
rcu: Remove unused function hlist_bl_del_init_rcu()

The function hlist_bl_del_init_rcu() is declared in rculist_bl.h,
but never used.  This commit therefore removes it.

Signed-off-by: Ethan Hansen <1ethanhansen@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/rculist_bl.h