This commit is contained in:
Hongze Cheng 2022-06-05 10:59:19 +00:00
parent 60364ac945
commit e812d20a1b
1 changed files with 0 additions and 3 deletions

View File

@ -352,9 +352,6 @@ typedef struct {
TSDBKEY maxKey;
} SBlock;
static FORCE_INLINE bool tsdbIsSupBlock(SBlock *pBlock) { return pBlock->numOfSubBlocks == 1; }
static FORCE_INLINE bool tsdbIsSubBlock(SBlock *pBlock) { return pBlock->numOfSubBlocks == 0; }
typedef struct {
int32_t delimiter; // For recovery usage
int32_t tid;