Remove unused rpcRsp.

This commit is contained in:
xiao-77 2025-01-08 15:51:58 +08:00
parent 4a5d575894
commit 742e3251b7
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ int32_t mndSendRebuildReq(SMnode *pMnode) {
.info.refId = 0,
.info.noResp = 0,
.info.handle = 0};
SRpcMsg rpcRsp = {0};
SEpSet epSet = {0};
mndGetMnodeEpSet(pMnode, &epSet);