From ff9341e2e3838f9c108857a45c5b8e9a16a95cbc Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 14 Jul 2021 16:12:58 +0800 Subject: [PATCH] [td-225]code refactor. --- src/client/src/tscSql.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/src/tscSql.c b/src/client/src/tscSql.c index 1e93892876..60261368f4 100644 --- a/src/client/src/tscSql.c +++ b/src/client/src/tscSql.c @@ -948,8 +948,6 @@ int taos_load_table_info(TAOS *taos, const char *tableNameList) { SSqlObj* pSql = calloc(1, sizeof(SSqlObj)); pSql->pTscObj = taos; pSql->signature = pSql; - - pSql->fp = NULL; // todo set the correct callback function pointer pSql->cmd.pTableMetaMap = taosHashInit(4, taosGetDefaultHashFunction(TSDB_DATA_TYPE_BINARY), false, HASH_NO_LOCK); int32_t length = (int32_t)strlen(tableNameList); -- GitLab