Remove unused macros

pull/6464/head
Teja Mupparti 2022-10-28 10:24:15 -07:00 committed by Teja Mupparti
parent 01103ce05d
commit 69f75af62d
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@
#define MAX_LOGICAL ((1LU << LOGICAL_BITS) - 1)
#define MAX_COUNTER LOGICAL_MASK
#define GET_LOGICAL(x) ((x) >> COUNTER_BITS)
#define GET_COUNTER(x) ((x) & LOGICAL_MASK)
extern bool EnableClusterClock;
extern void LogicalClockShmemInit(void);