From f48c37039c5634b7480b9fc427e85db9a8d4ad31 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 6 Dec 2023 14:39:50 +0800 Subject: [PATCH] refactor code --- include/common/tmsgdef.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/common/tmsgdef.h b/include/common/tmsgdef.h index a8132c6973..fef916ed5c 100644 --- a/include/common/tmsgdef.h +++ b/include/common/tmsgdef.h @@ -364,8 +364,6 @@ enum { // WARN: new msg should be appended to segment tail TD_NEW_MSG_SEG(TDMT_MAX_MSG) // msg end mark TD_CLOSE_MSG_SEG(TDMT_END_MAX_MSG) - - #if defined(TD_MSG_NUMBER_) TDMT_MAX #endif