chore: remove obsolete code
This commit is contained in:
parent
42e4e2b7a4
commit
3707857c12
|
@ -653,8 +653,7 @@ static int32_t tdRSmaProcessDelReq(SSma *pSma, int64_t suid, int8_t level, SBatc
|
||||||
|
|
||||||
SRpcMsg delMsg = {.msgType = TDMT_VND_BATCH_DEL,
|
SRpcMsg delMsg = {.msgType = TDMT_VND_BATCH_DEL,
|
||||||
.pCont = pBuf,
|
.pCont = pBuf,
|
||||||
.contLen = len + sizeof(SMsgHead),
|
.contLen = len + sizeof(SMsgHead)};
|
||||||
.info.ahandle = level == 1 ? VND_RSMA1(pSma->pVnode) : VND_RSMA2(pSma->pVnode)};
|
|
||||||
code = tmsgPutToQueue(&pSma->pVnode->msgCb, WRITE_QUEUE, &delMsg);
|
code = tmsgPutToQueue(&pSma->pVnode->msgCb, WRITE_QUEUE, &delMsg);
|
||||||
TSDB_CHECK_CODE(code, lino, _exit);
|
TSDB_CHECK_CODE(code, lino, _exit);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue