mirror of
https://github.com/facebook/zstd.git
synced 2025-12-09 00:03:18 -05:00
fixed : unused variable
This commit is contained in:
parent
600962711d
commit
c64c100658
@ -67,7 +67,6 @@
|
|||||||
***************************************/
|
***************************************/
|
||||||
ZSTDLIB_API unsigned ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; }
|
ZSTDLIB_API unsigned ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; }
|
||||||
static const U32 g_searchStrength = 8;
|
static const U32 g_searchStrength = 8;
|
||||||
static const size_t g_hbSize = (((ZSTD_frameHeaderSize_max+15)/8)*8);
|
|
||||||
|
|
||||||
|
|
||||||
/* *************************************
|
/* *************************************
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user