Disable tests and refactor
This commit is contained in:
@@ -186,6 +186,10 @@ static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buf)
|
||||
ZSTD_free(buf.start, bufPool->cMem);
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO
|
||||
* Resets parameters to zero for jobs?
|
||||
*/
|
||||
static void ZSTDMT_zeroCCtxParams(ZSTD_CCtx_params* params)
|
||||
{
|
||||
params->forceWindow = 0;
|
||||
@@ -778,7 +782,6 @@ size_t ZSTDMT_initCStream_internal_opaque(
|
||||
|
||||
}
|
||||
|
||||
|
||||
/** ZSTDMT_initCStream_internal() :
|
||||
* internal usage only */
|
||||
size_t ZSTDMT_initCStream_internal(ZSTDMT_CCtx* zcs,
|
||||
|
||||
Reference in New Issue
Block a user