]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: remove unused function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 27 Oct 2023 08:49:44 +0000 (16:49 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:16:26 +0000 (13:16 -0800)
commita9bc04b159229838cff2e6a7c4b0ce6d29a9fd09
tree2665905c373c1dd7aa4d0253335033caf1bf8f2d
parenta4c09de92eb62b23ce293ae4587abe90c643a252
maple_tree: remove unused function

The function are defined in the maple_tree.c file, but not called
elsewhere, so delete the unused function.

lib/maple_tree.c:689:29: warning: unused function 'mas_pivot'.

Link: https://lkml.kernel.org/r/20231027084944.24888-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7064
Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c