]> git.ipfire.org Git - thirdparty/zstd.git/commit
Deduplicate Implementations
authorW. Felix Handte <w@felixhandte.com>
Thu, 26 Aug 2021 17:29:58 +0000 (13:29 -0400)
committerW. Felix Handte <w@felixhandte.com>
Wed, 1 Sep 2021 18:15:04 +0000 (14:15 -0400)
commit15e67bfa7e7ec1384e42001ef1eeb5af9a896f02
tree9fefb65465e1b73e76b74f83cf4106f8736d56a4
parent64054dec442a99e4c065be1319202e18bd4b8d8a
Deduplicate Implementations

This removes the old `ZSTD_compressBlock_fast_generic()` and renames the new
`ZSTD_compressBlock_fast_generic_pipelined()` to replace it. This is
functionally a no-op.
lib/compress/zstd_fast.c