Comment out CCtx_param versions of CDict functions

This commit is contained in:
Stella Lau
2017-08-21 14:49:16 -07:00
parent fd8a25786e
commit 5b956f4753
4 changed files with 96 additions and 46 deletions
-5
View File
@@ -360,11 +360,6 @@ size_t ZSTD_initCStream_internal_opaque(
ZSTD_CCtx_params params,
unsigned long long pledgedSrcSize);
/* INTERNAL */
ZSTD_CDict* ZSTD_createCDict_advanced_opaque(
const void* dictBuffer, size_t dictSize,
ZSTD_CCtx_params params, ZSTD_customMem customMem);
/*! ZSTD_compressStream_generic() :
* Private use only. To be called from zstdmt_compress.c in single-thread mode. */
size_t ZSTD_compressStream_generic(ZSTD_CStream* zcs,