From: W. Felix Handte Date: Tue, 15 May 2018 19:41:37 +0000 (-0400) Subject: Remove Out-of-Date Comment X-Git-Tag: v1.3.5~3^2~44^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a44ab3b475882fc5447a949e8b21e68d9ed9be5e;p=thirdparty%2Fzstd.git Remove Out-of-Date Comment --- diff --git a/lib/compress/zstd_compress.c b/lib/compress/zstd_compress.c index 4d4e171bc..aa7fc1e8d 100644 --- a/lib/compress/zstd_compress.c +++ b/lib/compress/zstd_compress.c @@ -1207,7 +1207,6 @@ static size_t ZSTD_resetCCtx_usingCDict(ZSTD_CCtx* cctx, /* We have a choice between copying the dictionary context into the working * context, or referencing the dictionary context from the working context * in-place. We decide here which strategy to use. */ - /* TODO: pick reasonable cut-off size, handle ZSTD_CONTENTSIZE_UNKNOWN */ int attachDict = ( pledgedSrcSize <= 8 KB || pledgedSrcSize == ZSTD_CONTENTSIZE_UNKNOWN ) && cdict->cParams.strategy == ZSTD_fast