From b0247f649b415504677a6a5171e50820aa7666ab Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 21 Dec 2023 13:41:49 +0800 Subject: [PATCH] coverage : comment trow.c --- source/common/src/trow.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/common/src/trow.c b/source/common/src/trow.c index e2da4d166e..530de2a4bc 100644 --- a/source/common/src/trow.c +++ b/source/common/src/trow.c @@ -17,6 +17,7 @@ #include "trow.h" #include "tlog.h" +#ifdef BUILD_NO_CALL const uint8_t tdVTypeByte[2][3] = {{ // 2 bits TD_VTYPE_NORM_BYTE_II, @@ -1079,3 +1080,4 @@ void tTSRowGetVal(STSRow *pRow, STSchema *pTSchema, int16_t iCol, SColVal *pColV } } } +#endif \ No newline at end of file