From 2834b3a6efcfd113bbb8f8550f03d5ccff0aef27 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Fri, 12 Nov 2021 11:00:05 +0800 Subject: [PATCH] more --- include/dnode/vnode/tsdb/impl/tsdbImpl.h | 29 ------------------------ 1 file changed, 29 deletions(-) delete mode 100644 include/dnode/vnode/tsdb/impl/tsdbImpl.h diff --git a/include/dnode/vnode/tsdb/impl/tsdbImpl.h b/include/dnode/vnode/tsdb/impl/tsdbImpl.h deleted file mode 100644 index 15d868de9f..0000000000 --- a/include/dnode/vnode/tsdb/impl/tsdbImpl.h +++ /dev/null @@ -1,29 +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_MEM_TABLE_H_ -#define _TD_TSDB_MEM_TABLE_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -typedef struct SMemTable SMemTable; - -#ifdef __cplusplus -} -#endif - -#endif /*_TD_TSDB_MEM_TABLE_H_*/ \ No newline at end of file