From 1c9a3a9f7b890304ec2567cb56600667a202dea8 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Tue, 27 Apr 2021 22:52:30 +0800 Subject: [PATCH] [td-225]fix compiler error. --- src/kit/taosdemo/taosdemo.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/kit/taosdemo/taosdemo.c b/src/kit/taosdemo/taosdemo.c index 695f1abf1c..846fcc4d65 100644 --- a/src/kit/taosdemo/taosdemo.c +++ b/src/kit/taosdemo/taosdemo.c @@ -4930,9 +4930,6 @@ static void* syncWriteInterlace(threadInfo *pThreadInfo) { int64_t insertRows; int interlaceRows; - int64_t insertRows; - int interlaceRows; - SSuperTable* superTblInfo = pThreadInfo->superTblInfo; if (superTblInfo) { -- GitLab