[TD-4694]merge tsdbCompactImpl to community version

This commit is contained in:
lichuang 2021-06-11 16:03:29 +08:00
parent 048a61e2f5
commit f253b867cb
1 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,6 @@
*/
#include "tsdbint.h"
#ifndef _TSDB_PLUGINS
typedef struct {
STable * pTable;
SBlockIdx * pBlkIdx;
@ -523,5 +521,3 @@ static int tsdbWriteBlockToRightFile(SCompactH *pComph, STable *pTable, SDataCol
return 0;
}
#endif