From 742e3251b767db059f3d318007926e24fc2a32f4 Mon Sep 17 00:00:00 2001 From: xiao-77 Date: Wed, 8 Jan 2025 15:51:58 +0800 Subject: [PATCH] Remove unused rpcRsp. --- source/dnode/mnode/impl/src/mndConfig.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dnode/mnode/impl/src/mndConfig.c b/source/dnode/mnode/impl/src/mndConfig.c index eee4bef624..0729b2a26e 100644 --- a/source/dnode/mnode/impl/src/mndConfig.c +++ b/source/dnode/mnode/impl/src/mndConfig.c @@ -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);