diff --git a/selfdrive/car/ford/values.py b/selfdrive/car/ford/values.py index 601e87348d..c6cdc185f6 100644 --- a/selfdrive/car/ford/values.py +++ b/selfdrive/car/ford/values.py @@ -165,8 +165,6 @@ FW_RE = re.compile(b'^(?P[' + FW_ALPHABET + b'])' + b'(?P[' + FW_ALPHABET + b']{2,})$') -# We use the `platform_hint` to identify the model and the `model_year_hint` to distinguish between -# generations. def get_platform_codes(fw_versions: list[bytes] | set[bytes]) -> set[tuple[bytes, bytes]]: codes = set() for firmware in fw_versions: