revert fix

dev
Yann Collet 2016-07-02 23:55:34 +02:00
parent f4b7b747c7
commit 5e734ad09b
1 changed files with 0 additions and 2 deletions

View File

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