From 93413d53f6e826b1c6381f034eab82018ad0094c Mon Sep 17 00:00:00 2001 From: stephenkgu Date: Fri, 4 Dec 2020 17:52:50 +0800 Subject: [PATCH] [TD-2267]: remove redundant macro definition --- src/inc/taosdef.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/inc/taosdef.h b/src/inc/taosdef.h index ec1e1fc330..ca20293392 100644 --- a/src/inc/taosdef.h +++ b/src/inc/taosdef.h @@ -428,11 +428,6 @@ void tsDataSwap(void *pLeft, void *pRight, int32_t type, int32_t size, void* buf #define TSDB_PORT_SYNC 10 #define TSDB_PORT_HTTP 11 #define TSDB_PORT_ARBITRATOR 12 -#define TSDB_PORT_DNODESHELL 0 -#define TSDB_PORT_DNODEDNODE 5 -#define TSDB_PORT_SYNC 10 -#define TSDB_PORT_HTTP 11 -#define TSDB_PORT_ARBITRATOR 12 #define TSDB_MAX_WAL_SIZE (1024*1024) -- GitLab