]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
revert fix
authorYann Collet <yann.collet.73@gmail.com>
Sat, 2 Jul 2016 21:55:34 +0000 (23:55 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 2 Jul 2016 21:55:34 +0000 (23:55 +0200)
lib/compress/zstd_compress.c

index 4cb92c076bac4e0922a5e0f31d47f7fdeea472e2..07d8802211c2ef03da97104ac0a26807b0b9075b 100644 (file)
@@ -404,8 +404,6 @@ static void ZSTD_reduceIndex (ZSTD_CCtx* zc, const U32 reducerValue)
 
     { const U32 h3Size = (zc->hashLog3) ? 1 << zc->hashLog3 : 0;
       ZSTD_reduceTable(zc->hashTable3, h3Size, reducerValue); }
-
-     ZSTD_reduceTable(zc->rep, ZSTD_REP_NUM, reducerValue);
 }