fix: make CI happy

This commit is contained in:
yihaoDeng 2022-09-09 18:40:32 +08:00
parent bfcb181662
commit fadd7317af
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ static void cliReleaseUnfinishedMsg(SCliConn* conn) {
pMsg = transQueueGet(&conn->cliMsgs, i); \
if (pMsg->ctx != NULL && (uint64_t)pMsg->ctx->ahandle == ahandle) { \
break; \
} else if (pMsg->msg.info.ahandle == (void*)0x9527) { \
break; \
} \
} \
if (i == sz) { \