Update tsclient.h

remove some other bug code
This commit is contained in:
dapan1121 2020-12-26 13:52:42 +08:00 committed by GitHub
parent c2bc8a5140
commit 1fb3454458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -342,10 +342,6 @@ typedef struct SSqlObj {
struct SSqlObj *prev, *next;
int64_t self;
void *metaSubPtr;
int64_t parentRid;
int64_t metaSubRid;
} SSqlObj;
typedef struct SSqlStream {