diff --git a/source/dnode/mnode/impl/src/mndStream.c b/source/dnode/mnode/impl/src/mndStream.c index ed20492fff516e775d34dc772293a08a91c57a0c..6add3c6a9e012a2169aabfd065d1287178481ff5 100644 --- a/source/dnode/mnode/impl/src/mndStream.c +++ b/source/dnode/mnode/impl/src/mndStream.c @@ -40,7 +40,6 @@ typedef struct SNodeEntry { } SNodeEntry; typedef struct SStreamVnodeRevertIndex { - SArray *pDBList; SArray *pNodeEntryList; int64_t ts; // snapshot ts } SStreamVnodeRevertIndex;