diff options
| author | wangmenglan <[email protected]> | 2023-04-28 16:18:32 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-05-06 17:53:08 +0800 |
| commit | 8de8ec1c5fa26f9e051ddd57f398d688e972c192 (patch) | |
| tree | 280da2158e0d7893f9df5f4b159a69f11087d49f /common/src/tfe_ctrl_packet.cpp | |
| parent | 8a7c196c20dea2005085ded654f207936608c8ba (diff) | |
TSG-14938 TFE支持新控制报文格式; 调整代码结构
Diffstat (limited to 'common/src/tfe_ctrl_packet.cpp')
| -rw-r--r-- | common/src/tfe_ctrl_packet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/tfe_ctrl_packet.cpp b/common/src/tfe_ctrl_packet.cpp index 4fed27f..788ff47 100644 --- a/common/src/tfe_ctrl_packet.cpp +++ b/common/src/tfe_ctrl_packet.cpp @@ -39,7 +39,6 @@ int ctrl_packet_parser_parse(struct ctrl_pkt_parser *handler, const char *data, void ctrl_packet_parser_dump(struct ctrl_pkt_parser *handler) { - uint16_t cmsg_len; if (handler) { TFE_LOG_INFO(g_default_logger, "%s: tsync : %s", LOG_TAG_POLICY, handler->tsync); |
