From 5ccfae87d90922e08b5950acc5d06578c26ab9f1 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 19 Jun 2023 20:49:04 +0800 Subject: [PATCH] add checkpoint --- source/libs/stream/inc/streamSnapshot.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 source/libs/stream/inc/streamSnapshot.h diff --git a/source/libs/stream/inc/streamSnapshot.h b/source/libs/stream/inc/streamSnapshot.h deleted file mode 100644 index 3b3859a7e9..0000000000 --- a/source/libs/stream/inc/streamSnapshot.h +++ /dev/null @@ -1,19 +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 _STREAM_BACKEDN_SNAPSHOT_H_ -#define _STREAM_BACKEDN_SNAPSHOT_H_ -#include "tcommon.h" - -#endif \ No newline at end of file