remove void types
This commit is contained in:
parent
47a77371ee
commit
231cc2963e
|
@ -30,13 +30,6 @@ typedef struct SSub TAOS_SUB;
|
|||
typedef unsigned char** TAOS_ROW;
|
||||
|
||||
|
||||
// typedef void TAOS;
|
||||
// typedef void** TAOS_ROW;
|
||||
// typedef void TAOS_RES;
|
||||
// typedef void TAOS_SUB;
|
||||
// typedef void TAOS_STREAM;
|
||||
// typedef void TAOS_STMT;
|
||||
|
||||
// Data type definition
|
||||
#define TSDB_DATA_TYPE_NULL 0 // 1 bytes
|
||||
#define TSDB_DATA_TYPE_BOOL 1 // 1 bytes
|
||||
|
|
Loading…
Reference in New Issue