1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 09:26:03 +02:00

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);
/* *************************************