]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removing wrong comment
authorBimba Shrestha <bimbashrestha@fb.com>
Fri, 12 Jun 2020 05:42:57 +0000 (22:42 -0700)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Sep 2020 22:51:52 +0000 (18:51 -0400)
lib/zstd.h

index c876f970685eef58a68e1ebb11e22d5a916411da..ea7b9ba6b10353e68d02b45772bc027b636c1d6c 100644 (file)
@@ -361,20 +361,7 @@ typedef enum {
                               * Deviating far from default value will likely result in a compression ratio decrease.
                               * Special: value 0 means "automatically determine hashRateLog". */
 
-    ZSTD_c_enableDedicatedDictSearch=170, /* Enable the use of the match finder specifically for
-                                           * dictionaries. This has several implications:
-                                           * 1) We may override cDict params supplied using
-                                           *    ZSTD_refCDict because the dedicated match finder
-                                           *    needs to enforce some unique invariants on the
-                                           *    hashLog and chainLog.
-                                           * 2) We will force the dict to be attached
-                                           * 3) We will pick cParams based on ZSTD_c_compressionLevel
-                                           *    and the size of the dictionary which will increase
-                                           *    the cDict memory usage.
-                                           * 4) We will only do this for certain supported levels.
-                                           *    The exact levels which are supported are determined
-                                           *    by ZSTD_c_compressionLevel and dictionary size.
-                                           *    (only ZSTD_greedy, ZSTD_lazy and ZSTD_lazy2) */
+    ZSTD_c_enableDedicatedDictSearch=170,
 
     /* frame parameters */
     ZSTD_c_contentSizeFlag=200, /* Content size will be written into frame header _whenever known_ (default:1)