From 1046f47408326cf3cc6b980d802143410ba9eeaf Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Mon, 20 Dec 2021 17:18:51 +0800 Subject: [PATCH] more --- source/dnode/vnode/tsdb/inc/tsdbIdx.h | 27 --------------------------- source/dnode/vnode/tsdb/inc/tsdbSMA.h | 27 --------------------------- source/dnode/vnode/tsdb/src/tsdbIdx.c | 14 -------------- source/dnode/vnode/tsdb/src/tsdbSMA.c | 14 -------------- 4 files changed, 82 deletions(-) delete mode 100644 source/dnode/vnode/tsdb/inc/tsdbIdx.h delete mode 100644 source/dnode/vnode/tsdb/inc/tsdbSMA.h delete mode 100644 source/dnode/vnode/tsdb/src/tsdbIdx.c delete mode 100644 source/dnode/vnode/tsdb/src/tsdbSMA.c diff --git a/source/dnode/vnode/tsdb/inc/tsdbIdx.h b/source/dnode/vnode/tsdb/inc/tsdbIdx.h deleted file mode 100644 index 73b2c5e6c5..0000000000 --- a/source/dnode/vnode/tsdb/inc/tsdbIdx.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. - * - * This program is free software: you can use, redistribute, and/or modify - * it under the terms of the GNU Affero General Public License, version 3 - * or later ("AGPL"), as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - -#ifndef _TD_TSDB_IDX_H_ -#define _TD_TSDB_IDX_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - -#endif /*_TD_TSDB_IDX_H_*/ \ No newline at end of file diff --git a/source/dnode/vnode/tsdb/inc/tsdbSMA.h b/source/dnode/vnode/tsdb/inc/tsdbSMA.h deleted file mode 100644 index 800a276bc8..0000000000 --- a/source/dnode/vnode/tsdb/inc/tsdbSMA.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. - * - * This program is free software: you can use, redistribute, and/or modify - * it under the terms of the GNU Affero General Public License, version 3 - * or later ("AGPL"), as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - -#ifndef _TD_TSDB_SMA_H_ -#define _TD_TSDB_SMA_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - -#endif /*_TD_TSDB_SMA_H_*/ \ No newline at end of file diff --git a/source/dnode/vnode/tsdb/src/tsdbIdx.c b/source/dnode/vnode/tsdb/src/tsdbIdx.c deleted file mode 100644 index 6dea4a4e57..0000000000 --- a/source/dnode/vnode/tsdb/src/tsdbIdx.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. - * - * This program is free software: you can use, redistribute, and/or modify - * it under the terms of the GNU Affero General Public License, version 3 - * or later ("AGPL"), as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ \ No newline at end of file diff --git a/source/dnode/vnode/tsdb/src/tsdbSMA.c b/source/dnode/vnode/tsdb/src/tsdbSMA.c deleted file mode 100644 index 6dea4a4e57..0000000000 --- a/source/dnode/vnode/tsdb/src/tsdbSMA.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. - * - * This program is free software: you can use, redistribute, and/or modify - * it under the terms of the GNU Affero General Public License, version 3 - * or later ("AGPL"), as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ \ No newline at end of file