From 5322b60a31086f37da347ce101e6243e8d5e4776 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Thu, 15 Aug 2024 18:08:16 +0800 Subject: [PATCH] refactor: remove unused attributes in msg. --- include/common/tmsg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index cfacb5cfd6..70cf9c8b58 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -3696,7 +3696,6 @@ typedef struct { SMsgHead head; int64_t streamId; int32_t taskId; - int32_t transId; } SVPauseStreamTaskReq, SVResetStreamTaskReq; typedef struct {