Skip to content

Commit c162938

Browse files
committed
Fix todos
Signed-off-by: AssemblyJohn <ioan.bogdann@gmail.com>
1 parent dfbdcd8 commit c162938

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/iso15118/d20/config.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ struct SessionConfig {
4343
std::vector<message_20::datatypes::InternetParameterList> internet_parameter_list;
4444
std::vector<message_20::datatypes::ParkingParameterList> parking_parameter_list;
4545

46-
// I have a deja vu with this DC limits, shouldn't they be called dc_evse_limits?
4746
DcTransferLimits dc_limits;
4847

4948
std::vector<ControlMobilityNeedsModes> supported_control_mobility_modes;

include/iso15118/message/common_types.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ enum class ChargingSession {
115115

116116
enum class AcConnector {
117117
SinglePhase = 1,
118-
// TODO(ioan): two phase missing?
119118
ThreePhase = 3,
120119
};
121120
enum class DcConnector {

0 commit comments

Comments
 (0)