fixed : unused variable

This commit is contained in:
Yann Collet 2016-01-08 17:54:02 +01:00
parent 600962711d
commit c64c100658

View File

@ -67,7 +67,6 @@
***************************************/
ZSTDLIB_API unsigned ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; }
static const U32 g_searchStrength = 8;
static const size_t g_hbSize = (((ZSTD_frameHeaderSize_max+15)/8)*8);
/* *************************************