]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove Out-of-Date Comment
authorW. Felix Handte <w@felixhandte.com>
Tue, 15 May 2018 19:41:37 +0000 (15:41 -0400)
committerW. Felix Handte <w@felixhandte.com>
Wed, 23 May 2018 21:53:03 +0000 (17:53 -0400)
lib/compress/zstd_compress.c

index 4d4e171bcc019b4b398f7e32bc437595c65c94fa..aa7fc1e8db827709fd419a31394b41f229196cca 100644 (file)
@@ -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