]> git.ipfire.org Git - thirdparty/zstd.git/commit
[refactor] Remove ZSTD_resetCStream_internal()
authorNick Terrell <terrelln@fb.com>
Mon, 5 Oct 2020 22:46:50 +0000 (15:46 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 12 Oct 2020 19:46:10 +0000 (12:46 -0700)
commit012818df998993c0c20264c9c92c5bcdfd9fbe52
tree8e6299a9287330db148ce03061ed0089e9d4ff44
parent7083f790084be3f8b9b58c365e55c3a1df7de236
[refactor] Remove ZSTD_resetCStream_internal()

This function is only called in one place. It isn't a logical separation
of duties, and it was only obsfucating the code now, so inline it.
lib/compress/zstd_compress.c