mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Combine definitions of SEC_TO_MICRO
This commit is contained in:
@ -56,7 +56,6 @@ static const U32 nbTestsDefault = 30000;
|
||||
#define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
|
||||
static U32 g_displayLevel = 2;
|
||||
|
||||
#define SEC_TO_MICRO 1000000
|
||||
static const U64 g_refreshRate = SEC_TO_MICRO / 6;
|
||||
static UTIL_time_t g_displayClock = UTIL_TIME_INITIALIZER;
|
||||
|
||||
|
Reference in New Issue
Block a user