chore: remove macro for grant notify

This commit is contained in:
kailixu 2023-10-09 19:26:16 +08:00
parent 08e5d2fab7
commit f180a6e6f3
1 changed files with 0 additions and 2 deletions

View File

@ -298,9 +298,7 @@ static void dmProcessMgmtQueue(SQueueInfo *pInfo, SRpcMsg *pMsg) {
code = dmProcessGrantReq(&pMgmt->pData->clusterId, pMsg);
break;
case TDMT_MND_GRANT_NOTIFY:
#ifdef TD_GRANT_OPTIMIZE
code = dmProcessGrantNotify(NULL, pMsg);
#endif
break;
default:
terrno = TSDB_CODE_MSG_NOT_PROCESSED;