From 607961b4fd9e55f1180d96c85b317b4e3778ed00 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Wed, 13 Jan 2021 09:14:29 +0000 Subject: [PATCH] more --- src/util/inc/tcoding.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/util/inc/tcoding.h b/src/util/inc/tcoding.h index 636f9c5e50..ff34c15607 100644 --- a/src/util/inc/tcoding.h +++ b/src/util/inc/tcoding.h @@ -364,15 +364,6 @@ static FORCE_INLINE void *taosDecodeString(void *buf, char **value) { return POINTER_SHIFT(buf, size); } -// ------ blank -static FORCE_INLINE int taosEncodeBlank(void **buf, int nblank) { - // TODO -} - -static FORCE_INLINE void *taosDecodeBlank(void *buf) { - // TODO -} - #ifdef __cplusplus } #endif