mirror of https://github.com/citusdata/citus.git
Remove unused macros
parent
01103ce05d
commit
69f75af62d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue