diff --git a/src/inc/taosdef.h b/src/inc/taosdef.h index ec1e1fc330c8713b0f1135ad19887e56ff99ae8f..ca202933921395c08865b6a29d6a95a5c34b8dec 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)