diff --git a/src/include/distributed/causal_clock.h b/src/include/distributed/causal_clock.h index bafc3a935..6e0054541 100644 --- a/src/include/distributed/causal_clock.h +++ b/src/include/distributed/causal_clock.h @@ -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);