fix: windows compile

This commit is contained in:
Liu Jicong 2022-05-23 17:08:07 +08:00
parent a393dee9d2
commit 5c5d9ed7a2
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ static FORCE_INLINE void streamDataSubmitRefDec(SStreamDataSubmit* pDataSubmit)
int32_t streamDataBlockEncode(void** buf, const SStreamDataBlock* pOutput);
void* streamDataBlockDecode(const void* buf, SStreamDataBlock* pInput);
typedef struct {
} SStreamRunner;
typedef struct {
int8_t parallelizable;
char* qmsg;