unused code
This commit is contained in:
parent
5dbf50c555
commit
6e820d28ab
|
@ -124,7 +124,6 @@ int32_t qExplainInitCtx(SExplainCtx **pCtx, SHashObj *groupHash, bool verbose, d
|
||||||
if (NULL == ctx) {
|
if (NULL == ctx) {
|
||||||
qError("calloc SExplainCtx failed");
|
qError("calloc SExplainCtx failed");
|
||||||
QRY_ERR_JRET(TSDB_CODE_OUT_OF_MEMORY);
|
QRY_ERR_JRET(TSDB_CODE_OUT_OF_MEMORY);
|
||||||
goto _return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SArray *rows = taosArrayInit(10, sizeof(SQueryExplainRowInfo));
|
SArray *rows = taosArrayInit(10, sizeof(SQueryExplainRowInfo));
|
||||||
|
@ -1973,7 +1972,6 @@ int32_t qExplainGetRspFromCtx(void *ctx, SRetrieveTableRsp **pRsp) {
|
||||||
if (NULL == rsp) {
|
if (NULL == rsp) {
|
||||||
qError("malloc SRetrieveTableRsp failed, size:%d", rspSize);
|
qError("malloc SRetrieveTableRsp failed, size:%d", rspSize);
|
||||||
QRY_ERR_JRET(TSDB_CODE_OUT_OF_MEMORY);
|
QRY_ERR_JRET(TSDB_CODE_OUT_OF_MEMORY);
|
||||||
goto _return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
rsp->completed = 1;
|
rsp->completed = 1;
|
||||||
|
|
Loading…
Reference in New Issue