From 80f6d092a1c2b88fe8b162dee4b664f3bb90810e Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 18 Aug 2023 08:43:37 +0800 Subject: [PATCH] add trace log --- source/dnode/mnode/impl/src/mndStream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dnode/mnode/impl/src/mndStream.c b/source/dnode/mnode/impl/src/mndStream.c index ed20492fff..6add3c6a9e 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;