diff --git a/source/client/src/clientImpl.c b/source/client/src/clientImpl.c index c53c40f5e3..51f267e884 100644 --- a/source/client/src/clientImpl.c +++ b/source/client/src/clientImpl.c @@ -260,7 +260,6 @@ int32_t scheduleQuery(SRequestObj* pRequest, SQueryDag* pDag) { return scheduleAsyncExecJob(pRequest->pTscObj->pAppInfo->pTransporter, NULL, pDag, &pRequest->body.pQueryJob); } -<<<<<<<<< Temporary merge branch 1 typedef struct tmq_t tmq_t; typedef struct SMqClientTopic {