refactor: remove unused code.
This commit is contained in:
parent
64cb7a1d5e
commit
b1942889d8
|
@ -131,9 +131,6 @@ const SSTabFltFuncDef filterDict[] = {
|
||||||
static int32_t buildDbTableInfoBlock(bool sysInfo, const SSDataBlock* p, const SSysTableMeta* pSysDbTableMeta,
|
static int32_t buildDbTableInfoBlock(bool sysInfo, const SSDataBlock* p, const SSysTableMeta* pSysDbTableMeta,
|
||||||
size_t size, const char* dbName, int64_t* pRows);
|
size_t size, const char* dbName, int64_t* pRows);
|
||||||
|
|
||||||
static char* SYSTABLE_IDX_COLUMN[] = {"table_name", "db_name", "create_time", "columns",
|
|
||||||
"ttl", "stable_name", "vgroup_id', 'uid", "type"};
|
|
||||||
|
|
||||||
static char* SYSTABLE_SPECIAL_COL[] = {"db_name", "vgroup_id"};
|
static char* SYSTABLE_SPECIAL_COL[] = {"db_name", "vgroup_id"};
|
||||||
|
|
||||||
static int32_t buildSysDbTableInfo(const SSysTableScanInfo* pInfo, int32_t capacity);
|
static int32_t buildSysDbTableInfo(const SSysTableScanInfo* pInfo, int32_t capacity);
|
||||||
|
@ -2822,12 +2819,6 @@ _end:
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
static SSDataBlock* doBlockInfoScan(SOperatorInfo* pOperator) {
|
|
||||||
SSDataBlock* pRes = NULL;
|
|
||||||
int32_t code = doBlockInfoScanNext(pOperator, &pRes);
|
|
||||||
return pRes;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void destroyBlockDistScanOperatorInfo(void* param) {
|
static void destroyBlockDistScanOperatorInfo(void* param) {
|
||||||
SBlockDistInfo* pDistInfo = (SBlockDistInfo*)param;
|
SBlockDistInfo* pDistInfo = (SBlockDistInfo*)param;
|
||||||
blockDataDestroy(pDistInfo->pResBlock);
|
blockDataDestroy(pDistInfo->pResBlock);
|
||||||
|
|
Loading…
Reference in New Issue