Remove CParams Arg from ZSTD_ldm_blockCompress

This commit is contained in:
W. Felix Handte
2018-09-28 17:12:53 -07:00
parent 14764de49f
commit 50cc1cf4d5
3 changed files with 4 additions and 8 deletions
-1
View File
@@ -61,7 +61,6 @@ size_t ZSTD_ldm_generateSequences(
*/
size_t ZSTD_ldm_blockCompress(rawSeqStore_t* rawSeqStore,
ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
ZSTD_compressionParameters const* cParams,
void const* src, size_t srcSize);
/**