removed macro CLAMP from decodecorpus
never used, and would duplicate with CLAMP from zstd_compress.c
This commit is contained in:
parent
01743a36e7
commit
bd05b19713
@ -73,8 +73,6 @@ static clock_t clockSpan(clock_t cStart)
|
|||||||
/*-*******************************************************
|
/*-*******************************************************
|
||||||
* Random function
|
* Random function
|
||||||
*********************************************************/
|
*********************************************************/
|
||||||
#define CLAMP(x, a, b) ((x) < (a) ? (a) : ((x) > (b) ? (b) : (x)))
|
|
||||||
|
|
||||||
static unsigned RAND(unsigned* src)
|
static unsigned RAND(unsigned* src)
|
||||||
{
|
{
|
||||||
#define RAND_rotl32(x,r) ((x << r) | (x >> (32 - r)))
|
#define RAND_rotl32(x,r) ((x << r) | (x >> (32 - r)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user