[td-11818]remove unused code.

This commit is contained in:
Haojun Liao 2021-12-23 16:01:32 +08:00
parent ae70935970
commit 3d2e4569c1
1 changed files with 0 additions and 3 deletions

View File

@ -273,9 +273,6 @@ void initMsgHandleFp() {
tscProcessMsgRsp[TSDB_SQL_SHOW_CREATE_DATABASE] = tscProcessShowCreateRsp;
#endif
// buildRequestMsgFp[TSDB_MSG_TYPE_CONNECT] = buildConnectMsg;
// buildRequestMsgFp[TSDB_MSG_TYPE_SHOW_RETRIEVE] = buildRetrieveMnodeMsg;
handleRequestRspFp[TSDB_MSG_TYPE_CONNECT] = processConnectRsp;
handleRequestRspFp[TSDB_MSG_TYPE_SHOW] = processShowRsp;
handleRequestRspFp[TSDB_MSG_TYPE_SHOW_RETRIEVE] = processRetrieveMnodeRsp;