[td-11818]remove unused code.
This commit is contained in:
parent
ae70935970
commit
3d2e4569c1
|
@ -273,9 +273,6 @@ void initMsgHandleFp() {
|
||||||
tscProcessMsgRsp[TSDB_SQL_SHOW_CREATE_DATABASE] = tscProcessShowCreateRsp;
|
tscProcessMsgRsp[TSDB_SQL_SHOW_CREATE_DATABASE] = tscProcessShowCreateRsp;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// buildRequestMsgFp[TSDB_MSG_TYPE_CONNECT] = buildConnectMsg;
|
|
||||||
// buildRequestMsgFp[TSDB_MSG_TYPE_SHOW_RETRIEVE] = buildRetrieveMnodeMsg;
|
|
||||||
|
|
||||||
handleRequestRspFp[TSDB_MSG_TYPE_CONNECT] = processConnectRsp;
|
handleRequestRspFp[TSDB_MSG_TYPE_CONNECT] = processConnectRsp;
|
||||||
handleRequestRspFp[TSDB_MSG_TYPE_SHOW] = processShowRsp;
|
handleRequestRspFp[TSDB_MSG_TYPE_SHOW] = processShowRsp;
|
||||||
handleRequestRspFp[TSDB_MSG_TYPE_SHOW_RETRIEVE] = processRetrieveMnodeRsp;
|
handleRequestRspFp[TSDB_MSG_TYPE_SHOW_RETRIEVE] = processRetrieveMnodeRsp;
|
||||||
|
|
Loading…
Reference in New Issue