more
This commit is contained in:
parent
ef14a164f2
commit
607961b4fd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue