fix(stream): remove unused attribution.

This commit is contained in:
Haojun Liao 2023-12-18 11:26:49 +08:00
parent edc3841a2c
commit f2bba670d8
1 changed files with 0 additions and 1 deletions

View File

@ -323,7 +323,6 @@ typedef struct SStreamStatus {
int8_t schedStatus;
int8_t keepTaskStatus;
bool appendTranstateBlock; // has append the transfer state data block already, todo: remove it
int8_t pauseAllowed; // allowed task status to be set to be paused
int32_t timerActive; // timer is active
int32_t inScanHistorySentinel;
} SStreamStatus;