unused macros: Remove a five unused macros. (#13517)

Removes:
- GET_CHARTAB
- PRT_PS_DEFAULT_BUFFER_SIZE
- key_t
- PROP_MASK
- SCTX_INIT

Referring #13505.
This commit is contained in:
Edwin Pujols
2020-12-11 20:41:20 -04:00
committed by GitHub
parent f2ec058602
commit a82bcf9d9c
4 changed files with 0 additions and 7 deletions

View File

@@ -55,7 +55,6 @@
#define T MT_BRANCH_FACTOR
#define ILEN (sizeof(mtnode_t)+(2 * T) * sizeof(void *))
#define key_t SKRAPET
#define RIGHT_GRAVITY (((uint64_t)1) << 63)
#define ANTIGRAVITY(id) ((id)&(RIGHT_GRAVITY-1))
@@ -65,8 +64,6 @@
#define END_FLAG MARKTREE_END_FLAG
#define ID_INCR (((uint64_t)1) << 2)
#define PROP_MASK (RIGHT_GRAVITY|PAIRED|END_FLAG)
#define rawkey(itr) (itr->node->key[itr->i])
static bool pos_leq(mtpos_t a, mtpos_t b)