code optimization

This commit is contained in:
Cary Xu 2022-03-06 19:54:09 +08:00
parent 8eb339bbd6
commit 3245b73e27
1 changed files with 1 additions and 3 deletions

View File

@ -547,6 +547,4 @@ int32_t tsdbRemoveTSmaData(STsdb *pTsdb, STSma *param, STimeWindow *pWin) {
// // remove the tSmaFile
// }
return TSDB_CODE_SUCCESS;
}
#endif
}