Skip to content

Commit 91e8507

Browse files
committed
Remove method with no implementation
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
1 parent b457f80 commit 91e8507

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/ocpp/v201/charge_point.hpp

-8
Original file line numberDiff line numberDiff line change
@@ -404,14 +404,6 @@ class ChargePoint : public ChargePointInterface, private ocpp::ChargingStationBa
404404

405405
void message_callback(const std::string& message);
406406

407-
///
408-
/// \brief Check if the connector exists on the given evse id.
409-
/// \param evse_id The evse id to check for.
410-
/// \param connector_type The connector type.
411-
/// \return False if evse id does not exist or evse does not have the given connector type.
412-
///
413-
bool does_connector_exist(const uint32_t evse_id, std::optional<ConnectorEnum> connector_type);
414-
415407
/// \brief Get the value optional offline flag
416408
/// \return true if the charge point is offline. std::nullopt if it is online;
417409
bool is_offline();

0 commit comments

Comments
 (0)