From 5c5d9ed7a2b95c01cc8aba17395acb11e634e6a0 Mon Sep 17 00:00:00 2001 From: Liu Jicong Date: Mon, 23 May 2022 17:08:07 +0800 Subject: [PATCH] fix: windows compile --- include/libs/stream/tstream.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/libs/stream/tstream.h b/include/libs/stream/tstream.h index cd2872bb60..d18f609d54 100644 --- a/include/libs/stream/tstream.h +++ b/include/libs/stream/tstream.h @@ -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;