Skip to content

Commit

Permalink
removed session events ErrorCleared and PermanentFaultCleared from Au…
Browse files Browse the repository at this point in the history
…th module

Signed-off-by: pietfried <[email protected]>
  • Loading branch information
Pietfried committed Jul 26, 2024
1 parent 931ccbd commit 40bfcd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/Auth/lib/AuthHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,6 @@ void AuthHandler::handle_session_event(const int connector_id, const SessionEven
[[fallthrough]];
case SessionEventEnum::ChargingFinished:
[[fallthrough]];
case SessionEventEnum::ErrorCleared:
[[fallthrough]];
case SessionEventEnum::PermanentFaultCleared:
[[fallthrough]];
case SessionEventEnum::ReplugStarted:
[[fallthrough]];
case SessionEventEnum::ReplugFinished:
Expand Down

0 comments on commit 40bfcd1

Please sign in to comment.