regroup all mentions of ZSTD_REP_MOVE within zstd_compress_internal.h

This commit is contained in:
Yann Collet
2021-12-28 13:47:57 -08:00
parent a34ccad9a6
commit de9f52e945
3 changed files with 6 additions and 9 deletions
-1
View File
@@ -67,7 +67,6 @@ extern "C" {
#define ZSTD_OPT_NUM (1<<12)
#define ZSTD_REP_NUM 3 /* number of repcodes */
#define ZSTD_REP_MOVE (ZSTD_REP_NUM-1)
static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 };
#define KB *(1 <<10)