]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed line with `//` comment 906/head
authorYann Collet <cyan@fb.com>
Thu, 2 Nov 2017 00:01:45 +0000 (17:01 -0700)
committerYann Collet <cyan@fb.com>
Thu, 2 Nov 2017 00:01:45 +0000 (17:01 -0700)
this is for a different topic
(better parameter adaptation for small files + dictionary and/or custome parameters)

programs/bench.c

index 66c406abd0e07a4382b3c2b269363d696d995800..5093f110d90a38f3e60e10db3bb474ce1560a216 100644 (file)
@@ -286,7 +286,6 @@ static int BMK_benchMem(const void* srcBuffer, size_t srcSize,
                     U32 nbLoops = 0;
                     ZSTD_CCtx_setParameter(ctx, ZSTD_p_nbThreads, g_nbThreads);
                     ZSTD_CCtx_setParameter(ctx, ZSTD_p_compressionLevel, cLevel);
-                    //ZSTD_CCtx_setPledgedSrcSize(ctx, blockTable[0].srcSize);  /* estimation, only to help cLevel conversion before applying advanced compression parameters */
                     ZSTD_CCtx_setParameter(ctx, ZSTD_p_enableLongDistanceMatching, g_ldmFlag);
                     ZSTD_CCtx_setParameter(ctx, ZSTD_p_ldmMinMatch, g_ldmMinMatch);
                     ZSTD_CCtx_setParameter(ctx, ZSTD_p_ldmHashLog, g_ldmHashLog);