unused code

This commit is contained in:
factosea 2024-12-17 14:48:45 +08:00
parent bab2215094
commit 944470cf99
1 changed files with 0 additions and 4 deletions

View File

@ -4557,10 +4557,6 @@ static int32_t fltSclGetTimeStampDatum(SFltSclPoint *point, SFltSclDatum *d) {
return TSDB_CODE_SUCCESS; return TSDB_CODE_SUCCESS;
} }
typedef struct SRewriteGetInOperContext {
bool hasInOper;
} SRewriteGetInOperContext;
int32_t filterGetTimeRange(SNode *pNode, STimeWindow *win, bool *isStrict) { int32_t filterGetTimeRange(SNode *pNode, STimeWindow *win, bool *isStrict) {
SFilterInfo *info = NULL; SFilterInfo *info = NULL;
int32_t code = 0; int32_t code = 0;