From 3245b73e27175bc1122e943eafde35927ce68a49 Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Sun, 6 Mar 2022 19:54:09 +0800 Subject: [PATCH] code optimization --- source/dnode/vnode/src/tsdb/tsdbSma.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/dnode/vnode/src/tsdb/tsdbSma.c b/source/dnode/vnode/src/tsdb/tsdbSma.c index 751438c12d..b465dc3a88 100644 --- a/source/dnode/vnode/src/tsdb/tsdbSma.c +++ b/source/dnode/vnode/src/tsdb/tsdbSma.c @@ -547,6 +547,4 @@ int32_t tsdbRemoveTSmaData(STsdb *pTsdb, STSma *param, STimeWindow *pWin) { // // remove the tSmaFile // } return TSDB_CODE_SUCCESS; -} - -#endif \ No newline at end of file +} \ No newline at end of file