open more

This commit is contained in:
Hongze Cheng 2022-08-18 16:00:24 +08:00
parent 9fb8927c33
commit 082d2093b8
1 changed files with 0 additions and 2 deletions

View File

@ -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) {