remove unnecessary comments

This commit is contained in:
inikep
2016-08-24 17:32:09 +02:00
parent 4e90f6c1e0
commit e416e30019
6 changed files with 8 additions and 20 deletions
-1
View File
@@ -2232,7 +2232,6 @@ static size_t ZSTD_compress_generic (ZSTD_CCtx* cctx,
BYTE* const ostart = (BYTE*)dst;
BYTE* op = ostart;
U32 const maxDist = 1 << cctx->params.cParams.windowLog;
ZSTD_stats_t* stats = &cctx->seqStore.stats;
if (cctx->params.fParams.checksumFlag)
XXH64_update(&cctx->xxhState, src, srcSize);