]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/xxhash: remove unused functions
authorDr. David Alan Gilbert <linux@treblig.org>
Wed, 16 Jul 2025 13:32:45 +0000 (14:32 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 2 Aug 2025 19:01:37 +0000 (12:01 -0700)
commit6c6d8f8ba7789c221a2e4c43a0ed982c7a41f428
treeaf67f3fdd9cf15fa66d0a3cda9b8ebb5933820c9
parentfefbeed8c6f62dc10f80a6b1787e75de2c64ad0d
lib/xxhash: remove unused functions

xxh32_digest() and xxh32_update() were added in 2017 in the original
xxhash commit, but have remained unused.

Remove them.

Link: https://lkml.kernel.org/r/20250716133245.243363-1-linux@treblig.org
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Dave Gilbert <linux@treblig.org>
Cc: Nick Terrell <terrelln@fb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/xxhash.h
lib/xxhash.c