From 9a1252d7b04ac34ee518f494160f35b4e99d59ff Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Thu, 28 Apr 2022 09:57:19 +0800 Subject: [PATCH] refactor --- include/client/taos.h | 2 -- include/common/taosdef.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/client/taos.h b/include/client/taos.h index 4e68650ec5..1ac92c61a5 100644 --- a/include/client/taos.h +++ b/include/client/taos.h @@ -23,8 +23,6 @@ extern "C" { #endif -#define TD_DEBUG_PRINT_ROW - typedef void TAOS; typedef void TAOS_STMT; typedef void TAOS_RES; diff --git a/include/common/taosdef.h b/include/common/taosdef.h index af8bda2593..1fbbb3f159 100644 --- a/include/common/taosdef.h +++ b/include/common/taosdef.h @@ -82,6 +82,8 @@ extern char *qtypeStr[]; #define TSDB_PORT_HTTP 11 +#undef TD_DEBUG_PRINT_ROW + #ifdef __cplusplus } #endif -- GitLab