From 700cd741055151a6d57109f850b1ac73d3c47b75 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Mon, 11 Oct 2021 16:24:10 +0800 Subject: [PATCH] make compile --- source/server/vnode/inc/vnodeInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/vnode/inc/vnodeInt.h b/source/server/vnode/inc/vnodeInt.h index 5f07c5819c..b2512b2892 100644 --- a/source/server/vnode/inc/vnodeInt.h +++ b/source/server/vnode/inc/vnodeInt.h @@ -79,7 +79,7 @@ typedef struct { void * cq; // continuous query int32_t dbCfgVersion; int32_t vgCfgVersion; - STsdbCfg tsdbCfg; + // STsdbCfg tsdbCfg; #if 0 SSyncCfg syncCfg; #endif