Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8716aeb authored by chrisweir's avatar chrisweir
Browse files

Remove completed TODO

TODO for serial number support should be removed now that the feature is
implemented and merged.

Bug: 142654031
Test: Manual - comment only change
Change-Id: Ib733e71840e82e5cd9c47825a53f804f9c296a3d
parent ee08459e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -96,7 +96,6 @@ std::optional<ICanController::BusConfig> fromPbBus(const Bus& pb_bus) {
            if (!ifname.empty()) socketcan.ifname(ifname);
            if (!serialno.empty()) socketcan.serialno({serialno.begin(), serialno.end()});
            bus_cfg.interfaceId.socketcan(socketcan);
            // TODO(b/142654031) - add support for serial number as an option instead of ifname.
            break;
        }
        case Bus::kSlcan: {