We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fc984 commit 0b68851Copy full SHA for 0b68851
lib/ConvoyLeader/src/ErrorState.cpp
@@ -62,8 +62,7 @@
62
63
void ErrorState::entry()
64
{
65
- m_isActive = true;
66
- m_releaseRequested = false;
+ m_isActive = true;
67
}
68
69
void ErrorState::process(StateMachine& sm)
lib/ConvoyLeader/src/ErrorState.h
@@ -92,9 +92,6 @@ class ErrorState : public IState
92
/** Flag: State is active. */
93
bool m_isActive;
94
95
- /** Flag: Release is requested. */
96
- bool m_releaseRequested;
97
-
98
/**
99
* Default constructor.
100
*/
0 commit comments