diff --git a/lib/zstd.c b/lib/zstd.c index db533f9a5..776a5bca5 100644 --- a/lib/zstd.c +++ b/lib/zstd.c @@ -120,8 +120,6 @@ #define GB *(1U<<30) #define BLOCKSIZE (128 KB) /* define, for static allocation */ -#define MIN_SEQUENCES_SIZE (2 /*seqNb*/ + 2 /*dumps*/ + 3 /*seqTables*/ + 1 /*bitStream*/) -#define MIN_CBLOCK_SIZE (3 /*litCSize*/ + MIN_SEQUENCES_SIZE) #define IS_RAW BIT0 #define IS_RLE BIT1 diff --git a/lib/zstd_internal.h b/lib/zstd_internal.h index f63636459..ee0f67359 100644 --- a/lib/zstd_internal.h +++ b/lib/zstd_internal.h @@ -214,6 +214,10 @@ void ZSTD_resetSeqStore(seqStore_t* ssPtr); #define MaxLL ((1<