From 1fb34544587c58780703ba97afc0e4d037f47ec5 Mon Sep 17 00:00:00 2001 From: dapan1121 <72057773+dapan1121@users.noreply.github.com> Date: Sat, 26 Dec 2020 13:52:42 +0800 Subject: [PATCH] Update tsclient.h remove some other bug code --- src/client/inc/tsclient.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/client/inc/tsclient.h b/src/client/inc/tsclient.h index ee7063d471..dcbbefd26d 100644 --- a/src/client/inc/tsclient.h +++ b/src/client/inc/tsclient.h @@ -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 { -- GitLab