]> git.ipfire.org Git - thirdparty/zstd.git/commit
Delete unused Huffman functions
authorNick Terrell <terrelln@fb.com>
Wed, 18 Jan 2023 23:30:30 +0000 (15:30 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 20 Jan 2023 22:12:53 +0000 (14:12 -0800)
commit0cc1b0cb224041b33eaef1ca97e1711fd5181b6a
tree103caf0276b2ab1cb48fc0533b654c3d5ca13d1c
parentbb9b9bc7bee8d5a143eecb615ec0c37b793832db
Delete unused Huffman functions

Remove all Huffman functions that aren't used by zstd.
15 files changed:
contrib/linux-kernel/Makefile
lib/common/entropy_common.c
lib/common/huf.h
lib/common/zstd_internal.h
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress_superblock.c
lib/decompress/huf_decompress.c
lib/decompress/zstd_ddict.c
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
lib/dictBuilder/zdict.c
tests/decodecorpus.c
tests/fuzz/huf_decompress.c
tests/fuzz/huf_round_trip.c