make it compile

This commit is contained in:
Hongze Cheng 2022-05-31 05:44:33 +00:00
parent 0e401a346f
commit d68c15c5fb
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
#include "tsdb.h"
#if 0
typedef struct SMemTable SMemTable;
typedef struct SMemData SMemData;
typedef struct SMemSkipList SMemSkipList;
@ -378,3 +379,4 @@ static SMemSkipListNode *tsdbMemSkipListNodeCreate(SVBufPool *pPool, SMemSkipLis
return pNode;
}
#endif