| 191 | } |
| 192 | |
| 193 | void ErrorState::exit(StateMachine& sm) |
| 194 | { |
| 195 | UTIL_NOT_USED(sm); |
| 196 | |
| 197 | /* Nothing to do. */ |
| 198 | } |
| 199 | |
| 200 | /****************************************************************************** |
| 201 | * Protected Methods |
nothing calls this directly
no outgoing calls
no test coverage detected