diff --git a/include/libs/stream/tstream.h b/include/libs/stream/tstream.h index f6737b4e27..6730d211df 100644 --- a/include/libs/stream/tstream.h +++ b/include/libs/stream/tstream.h @@ -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;