提交 082d2093 编写于 作者: H Hongze Cheng

open more

上级 9fb8927c
......@@ -354,7 +354,6 @@ int32_t tsdbSnapRead(STsdbSnapReader* pReader, uint8_t** ppData) {
*ppData = NULL;
#if 0
// read data file
if (!pReader->dataDone) {
code = tsdbSnapReadData(pReader, ppData);
......@@ -368,7 +367,6 @@ int32_t tsdbSnapRead(STsdbSnapReader* pReader, uint8_t** ppData) {
}
}
}
#endif
// read del file
if (!pReader->delDone) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册