Combine definitions of SEC_TO_MICRO

This commit is contained in:
Nick Terrell
2017-11-30 19:40:53 -08:00
parent 9a2f6f477b
commit dab8cfa3c7
9 changed files with 1 additions and 8 deletions
-1
View File
@@ -54,7 +54,6 @@ static const size_t g_maxMemory = (sizeof(size_t) == 4) ? (2 GB - 64 MB) : ((siz
#define DISPLAY(...) fprintf(stderr, __VA_ARGS__)
#define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
#define SEC_TO_MICRO 1000000
static const U64 g_refreshRate = SEC_TO_MICRO / 6;
static UTIL_time_t g_displayClock = UTIL_TIME_INITIALIZER;