Attach Dicts when Using ZSTD_btopt and ZSTD_btultra

This commit is contained in:
W. Felix Handte
2018-06-19 13:01:21 -04:00
parent e30f13bde0
commit 93c3184d44
-1
View File
@@ -1245,7 +1245,6 @@ static size_t ZSTD_resetCCtx_usingCDict(ZSTD_CCtx* cctx,
|| pledgedSrcSize == ZSTD_CONTENTSIZE_UNKNOWN )
&& !params.forceWindow /* dictMatchState isn't correctly
* handled in _enforceMaxDist */
&& cdict->cParams.strategy <= ZSTD_btlazy2
&& ZSTD_equivalentCParams(cctx->appliedParams.cParams,
cdict->cParams);