fix:[TD-31017]process return value in mnd for tmq

This commit is contained in:
wangmm0220 2024-07-23 23:56:35 +08:00
parent 535755266d
commit 04f51842e4
1 changed files with 0 additions and 2 deletions

View File

@ -100,7 +100,6 @@ END:
static int32_t mndBuildSubChangeReq(void **pBuf, int32_t *pLen, SMqSubscribeObj *pSub, const SMqRebOutputVg *pRebVg,
SSubplan *pPlan) {
int32_t code = 0;
SMqRebVgReq req = {0};
int32_t code = 0;
SEncoder encoder = {0};
@ -862,7 +861,6 @@ END:
}
static int32_t buildRebOutput(SMnode *pMnode, SMqRebInputObj *rebInput, SMqRebOutputObj *rebOutput) {
int32_t code = 0;
const char *key = rebInput->pRebInfo->key;
SMqSubscribeObj *pSub = NULL;
int32_t code = mndAcquireSubscribeByKey(pMnode, key, &pSub);