This commit is contained in:
Hongze Cheng 2021-01-13 09:14:29 +00:00
parent ef14a164f2
commit 607961b4fd
1 changed files with 0 additions and 9 deletions

View File

@ -364,15 +364,6 @@ static FORCE_INLINE void *taosDecodeString(void *buf, char **value) {
return POINTER_SHIFT(buf, size); 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 #ifdef __cplusplus
} }
#endif #endif