remove the unused message type

This commit is contained in:
jtao1735 2020-05-05 00:16:25 +00:00
parent 6fbf77eaa9
commit ade504f9eb
2 changed files with 2 additions and 12 deletions

View File

@ -122,13 +122,8 @@ char *taosMsg[] = {
"status-rsp",
"grant",
"grant-rsp",
"",
"", //100
"", //99
"sdb-sync",
"sdb-sync-rsp",
"sdb-forward",
"sdb-forward-rsp",
"max"
};

View File

@ -119,12 +119,7 @@ extern "C" {
#define TSDB_MSG_TYPE_DM_GRANT 97
#define TSDB_MSG_TYPE_DM_GRANT_RSP 98
#define TSDB_MSG_TYPE_SDB_SYNC 101
#define TSDB_MSG_TYPE_SDB_SYNC_RSP 102
#define TSDB_MSG_TYPE_SDB_FORWARD 103
#define TSDB_MSG_TYPE_SDB_FORWARD_RSP 104
#define TSDB_MSG_TYPE_MAX 105
#define TSDB_MSG_TYPE_MAX 100
// IE type
#define TSDB_IE_TYPE_SEC 1